
.wsj{
    display: flex;
    background-color: black;
    color: white;
    justify-content: space-between;
    padding: 8px 150px;
    font-family: sans-serif;
    font-size: 12px;
}
a{
    text-decoration: none;
    color: black;

}
.wsj-one{
    display: flex;
    gap: 20px;
}
body{
    margin: 0px;
    font-family: sans-serif;
}

p{
    margin: 0px;
}
.wall {
    display: flex;
    justify-content: space-between; /* Pushes elements to the far ends */
    align-items: center; /* Vertically centers the items */
    padding: 20px 0px;
    position: relative;
    gap: 20px;
}
.subscribe{
    display: flex;
    gap: 0px;
}
.subscribe {
    display: flex;
    gap: 10px; /* Adds space between items */
    padding: 10px; /* Adjust if needed */
    width: 35%;
}

.sub {
    color: white;
    background-color: #0274b6;
    border: 1px solid #0274b6;
    padding: 5px;
    border-radius: 2px;
    font-size: 12px;
}

.sign {
    border-radius: 2px;
    font-weight: 600;
    color: black;
    background-color: white;
    border: 1px solid black;
    padding: 5px;
    font-size: 12px;
}
.playfair img {
    width: 50%;
  
}
.playfair {
    width: 65%; 
    display: flex;
    justify-content: end;
}

.english{
    display: flex;
    padding: 0px 0px 0px 28%;
}

.english-left{
    width: 70%;
    font-size: 12px;
    display: flex;
    
    gap: 10px;
}
.english-left p{
    
    padding-right: 10px;
border-right: 1px solid #ccc;
}

.english-left p:last-child {
    border-right: none; /* Remove the border from the last element */
}
.latest{
    display: flex;
    padding: 10px 50px 10px 50px;
    font-size: 11px;
    justify-content: center;
    gap: 10px;
    border-bottom: 1px solid #ccc;
}
.latest img{
    width: 1%;

}
.first-ad{
    display: flex;
    justify-content: center;
}
.first-ad img{
  
    width: 60%;
}
.first{
    font-size: 12px;
    font-weight: 600;
    display: flex;
    gap: 30px;
    justify-content: center;

}
.first-right{
    display: flex;
    gap: 20px;
}

.first-left{
font-size: 15px;
}
.exclusive{
    margin: 20px 0px;
    display:flex;
    padding: 20px 140px;
    gap: 25px;

}
.exclusive-left{
    width: 20%;
}
.exclusive-mid{
    width: 50%;
}
.exclusive-right{
    width: 30%;
}
.exclusiv{
    border: 1px solid black;
    border-radius: 2px;
    padding: 5px;
    font-size: 11px;
    text-transform: uppercase;
    display: inline-block;
}
/* h1{
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
} */
h2{
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;
}
.exclusive-left p{
    font-family: Arial, Helvetica, sans-serif
    ;
color: #333333;
 font-size: 14px;
}
.inter-regular {
    font-family: "Inter", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}
  

.exclusive-left img{
    width: 8%;
 
        
}
.exclusive-left img + span {
    color: #ccc;
}


.heg{
    padding: 10px 0px;
    border-bottom: 1px solid #ccc;
}

.container{
    display: flex;
    gap: 3px;
    font-size: 12px;
    padding: 10px 0px;
    
}
.exclusive-mi img{
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    width: 100%;
    border-radius: 0px  ;
}



.feel{
    font-family: 'Times New Roman', Times, serif;
    font-size: 25px;
    text-align: center;
}
.feels{
    font-family: 'Times New Roman', Times, serif;
    font-size: 22px;
    text-align: center;
    font-weight: bold;
}


.consumers{
    text-align: center;
}

.exclusive-mid .container {
  
    color: #666;
    margin: 0px 0 0px;
    text-align: center;
    display: flex;
    justify-content: center;
    gap: 7px;

}

.exclusive-mid .container img {
  width: 20px;
    

}
.exclusive-mi img:first-child {
    border-top: none; /* Remove the border from the last element */
}
.exclusive-m p{
    padding: 5px 0px;
    text-align: left;
}
.exclusive-m .container{
    justify-content: left;
}
.exclusive-m{
padding: 10px 0px 0px 0px; 
    border-top: 1px solid #ccc;
}
.opinions{
    font-size: 20px;
    color: #cc7a00;
    font-weight: bold;
    padding: 10px 0px;
}
.opinion{
    gap: 10px;
    display: flex;
    padding: 10px 0px;
}
.opinion-left img{
    width: 100%;
}
.opinion-left{
    width: 30%;
}
.opinion-right{
    width: 70%;
    font-family: 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    
}

.by{
    font-family: 'Georgia', 'Times New Roman', serif;
    font-style: italic;
    padding: 10px 0px;
    font-size: 12px;
}

.real-story img{
    width: 100%;
    padding-bottom: 20px;
}
.real-story{
    border-top: 1px solid black;
    padding: 20px 0px;
}
.advertisement-two img{
width: 100%;
}

.advertisement-two{
    position: sticky;
    z-index: 999;
    top: 86px;
}
.section-wrapper {
    border-top: 1px solid #000;
    margin: 10px 20px 0px 120px;
    padding: 10px 0px;
    width: 55%;
}

.heading-bar {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

.main-heading {
    font-size: 24px;
    font-weight: bold;
}

.nav-link {
    color: #004085;
    cursor: pointer;
}

.content-wrapper {
    display: flex;
    gap: 20px;
}

.image-box {
    width: 100px;
    height: 100px;
    background-color: #6a6a6a;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-weight: bold;
}
.image-box img{
    width: 100%;
}

.text-block {
    flex: 1;
}

.text-block p {
    margin: 5px 0;
}

.control-panel {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 10px;
}

.action-button {
    padding: 5px 10px;
    border: 1px solid #000;
    cursor: pointer;
    background-color: white;
}
.section-two{
    display: flex;
}
.section-two-right {
    display: flex;
   margin-left: 20px;
    gap: 10px;
    padding: 10px;
    border: 1px solid black;
    border-radius: 5px; /* Adds rounded corners */
    display: inline-flex; 
    height: 40px;/* Makes the border wrap tightly around the content */
}

.imgimg img {
    width: 20px; /* Adjust the size of the image */
}

.imgimg {
    padding-top: 10px;
   
    align-items: center;
}
.pp{
    font-weight: bold;
    font-size: 14px;
}
.retire-left{
    width: 70%;
}
.retire-right{
    margin-top: 20px;
    border-top: 1px solid black;
    padding: 20px 0px;
    width: 30%;
}
.retirement{
    padding: 0px 120px 50px 120px;
    display: flex;
    gap: 25px;
}
.retire-left{
    border-top: 1px solid black;
}
.before{
    padding-top: 20px;
    display: flex;
    gap: 10px;
}
.before-left img{
    width: 100%;
    border-radius: 5px;
}
.before-right p{
    text-align: left;
}
.before-left{
width: 30%;
}
.before-right{
    width: 70%;
}
.popular{
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 30px;
}
.popula{
    padding: 20px 0px;
    border-top: 1px solid #876438;
    font-weight: bold;
    font-size: 18px;
    color: #876438;
 
}
.popularss  {
    font-weight: bold;
    font-size: 18px;
    padding-bottom: 30px;
    color: #336666;
}

.america{
    display: flex;
    gap: 20px;
    padding-bottom: 20px;
}
.america-left{
    width: 70%;
}
.america-right{
    width: 30%;
}
.fee{
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.feee{
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
}
.america-right img{
    width: 100%;
}
.ben{
    padding-top: 20px;
    display: flex;
    padding-bottom: 10px;
    border-bottom: 1px solid #ccc;
}
.columnists{
    border-top: 1px solid black;
    margin-top: 60px;
    padding-top: 10px;
}
.andan{
    font-family: 'Times New Roman', Times, serif;
    font-size: 17px;
    font-weight: bold;
    padding: 10px 0px 0px 0px ;
}
.follow{
    color: #004085;
    font-size: 13px;
    border: 1px solid #004085;
    padding: 0px 3px;
    margin: 7px;
   
    display: flex;
  align-items: center;
    height: 20px;
        border-radius: 5px;
}
.follow p{
    padding: 0px;
}
.ben img{
    width: 10%;
    border-radius: 30px;
}
.by span{
    color: #004085;
}
.ben p:last-child {
    border-right: none; /* Remove the border from the last element */
}
.buy{
    border-top: 1px solid black;
    padding-top: 30px;
    padding-bottom: 40px;
  
}
.sides{
    color: #6a6a6a;
    font-family: sans-serif;
    font-size: 12px;
}
.styles{
    text-transform: uppercase;
    color: #336666;
    font-size: 12px;
    font-weight: bold;
    padding: 10px 0px ;
}
.shoes{
    font-size: 14px;
    font-weight: bold;
    padding-bottom: 10px;
}
.styl{
    width: 200px;
}
.promotion-container {
    display: flex;
    margin: 20px 0px ;
    width: 100%;
    border-top: 1px solid black;
    
}
.content-section {
    padding: 30px;
    background-color: #f4f4f4;
    flex: 1;
}
.logo-section {
    background-color: black;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 250px;
}
.logo-section h1 {
    color: white;
    font-size: 4rem;
    margin: 0;
}
.heading {
    color: #0a57b5;
    font-size: 0.7rem;
    font-weight: bold;
    letter-spacing: -1px;
}
.title {
    font-size: 2rem;
    margin: 10px 0;
    font-family: 'Times New Roman', Times, serif;
}
.description {
    margin-bottom: 20px;
    color: #333;
    line-height: 1.5;
    font-size: 12px;
}
.button {
    background-color: #0076d6;
    color: white;
    padding: 10px 20px;
    border: none;
    cursor: pointer;
    border-radius: 3px;
    font-size: 0.9rem;
}
.button:hover {
    background-color: #005bb5;
}
.logo-section img{
    width: 60%;
}
.container img{
    width: 15px;
}
.popula span{
  color: white;
  background-color:#876438 ;
  font-size: 12px;
  border: 1px solid #876438;
  padding: 5px;
 
}
.popula{
    display: flex;
    justify-content: space-between;
}
.trump-plans img{
    padding: 20px 0px;
    width: 100%;
}
.trump-plans .container img{
    width: 15px;
    padding: 0px;
}
.trump-plans .container{
    padding: 5px 0px;
}
ul{
    margin: 5px 0px;
}
.trump-plans{
    border-top:  1px solid black;
    padding: 20px 0px;
}
.fe{
    font-family: 'Times New Roman', Times, serif;
    font-weight: bold;
    font-size: 35px;
    line-height: 40px;
    padding-bottom: 10px;
}
.trump-plans ul{
    color: black;
    font-weight: bold;
    font-size: 14px;
}

.pop{
    font-weight: bold;
    font-size: 17px;
    padding: 20px 0px;
    border-top: 1px solid black;

}

.world{
    border-top: 1px solid black;
    padding: 20px 0px;

}
.world-one{
    display: flex;
    justify-content: space-between;
}
.view{
    color: #0274B6;
    font-size: 13px;
}
.world-bodies{
    display: flex;
    gap: 10px;
}
.world-bodies-one{
    width: 50%;
}
.world-bodies-two{
    width: 50%;
}

.world-bodies .feels{

text-align: left;
padding: 10px 0px;}
.journal{
    border-top: 1px solid black;
    padding: 20px 0px;
}
.journal .world-one .fee{
    font-size: 16px;
}
.journal img{
    width: 100%;
    padding: 10px 0px;
}
.journal .container img{
padding: 0px;
width: 15px;}
.business{
    border-top: 1px solid black;
    padding: 20px 0px;
}
.world-bodies-one img{
    padding: 10px 0px;
    width: 100%;
}
.world-bodies-two img{
    padding: 10px 0px;
    width: 100%;
}
.world-bodies-two .container img{
    padding: 0px 0px;
    width: 15px;
}
.world-bodies-one .container img{
    padding: 0px 0px;
    width: 15px;
}
.business .world-bodies-two{
    padding: 0px 5px;
    background-color: #f4f4f4;
}
.baker{
    padding-top: 10px;
    font-size: 12px;
    font-weight: bold;
}
.mercedes{
    display: flex;
    gap: 20px;
    padding: 10px 0px;
}
.mercedes-left{
    border-top: 1px solid #ccc;
    padding: 10px 0px;
    width: 50%;
}
.mercedes-right{
    padding: 10px 0px;
    border-top: 1px solid #ccc;
    width: 50%;
}

.world-bodies{
    padding-bottom: 20px;
}
.mercedes .feels{
    text-align: left;
    padding: 10px 0px;
}
.finance{
    border-top: 1px solid black;
    padding: 20px 0px;
}
.finance .fee{
    font-size: 18px;
}
.finance img{
    width: 100%;
    padding: 20px 0px ;
}
.finance .fe{
    font-size: 28px;
}
.finance .container img{

width: 15px;
padding: 0px;}
.jason{
    text-transform: uppercase;
    color: #666;
    font-size: 10px;
    padding: 10px 0px 0px 0px;
}
.independent{
    padding: 10px 0px;
    border-top: 1px solid black;
    height: 300px;
}
.fee span{
    display: block;
    font-size: 12px;
    color: #6A6A6A;
    font-weight: 100;
}
.independent .fee{
color: #336666;
}
.world-one .view{
    color: #336666;
    font-weight: bold;
}
.ad-three img{
    width: 100%;
}
.ad-three{
    position: sticky;
    z-index: 998;
    top: 100px;
}
.one-year .feels{
    text-align: left;
    padding: 10px 0px;
    font-weight: 100;
}
.middle{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.videos{
    padding: 20px 0px ;
    border-top: 1px solid black;
    margin: 20px 0px;
}



#video-display {
    width: 100%;
    max-width: 800px;
    border-radius: 5px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.2);
}
.text-tabs {
    display: flex;
    justify-content: space-around;
    margin-top: 15px;
    padding: 0 10px;
}
.tab {
    font-family: 'Times New Roman', Times, serif;
    font-size: 16px;
    cursor: pointer;
    padding: 10px;
    font-weight: bold;
    color: black;
    border-top: 3px solid transparent;
    transition: 0.3s;
}
.tab:hover {
    color: #2D669C;
}
.tab.active {
    color: #2D669C;
    border-top: 3px solid #2D669C;
}
.video-one{
    width: 100%;
    padding: 20px 0px;
}
.economy-one{
    width: 40%;
}
.economy-two{
    width: 60%;
}
.economy-one img{
    width: 100%;
    border-radius: 5px;
    margin-top: 10px;
}
.economyy{
    padding: 10px 0px;
    display: flex;
    gap: 20px;
}
.goldman{
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
    padding-top: 10px;
}
.gold{
    padding: 20px 0px;
    border-top: 1px solid #D0D0D0 ;
    border-bottom: 1px solid #D0D0D0 ;
    font-weight: bold;
    font-family: 'Times New Roman', Times, serif;
    font-size: 18px;
}
.economy{
    border-top: 1px solid black;
    padding: 20px 0px;
}
.ad-four img{
    padding: 10px 0px;
    width: 100%;
}
.advertisement{
    border-top: 1px solid black;
    padding: 20px 0px;
    margin-top: 20px ;
}
.world-one img{
    width: 5%;
}
.adver{
    display: flex;
    gap: 10px;
    padding: 20px 0px;
}
.adver-left{
    display: flex;
    width: 50%;
}
.adver-right{
    width: 50%;
    display: flex;
}
.adver-left-one{
    width: 70%;
}
.adver-left-two{
    width: 30%;
}
.adver-right-one{
    width: 70%;
}
.adver-right-two{
    width: 30%;
}
.adver-left img{
    width: 100%;
}
.adver-right img{
    width: 100%;
}
.what{
    color:#0274B6 ;
    font-size: 16px;
}
.why{
    font-size: 13px;
}
.content{
    border-top: 1px solid black;
    padding: 20px 0px;
}
.conten{
    display: flex;
    gap: 20px;
    padding: 10px 0px 0px 0px;
}
.content-one{
    gap: 10px;
    width: 50%;
    display: flex;
}
.content-two{
    gap: 10px;
    display: flex;
    width: 50%;
}
.content-one-left{
    width: 30%;
}
.content-one-right{
    width: 70%;
}
.content-two-left{
    width: 30%;
}
.content-two-right{
    width: 70%;
}
.content-one img{
    width: 100%;
}
.content-two img{
    width: 100%;
}
.conten p{
 font-size: 13px;
 font-weight: bold;
}







.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #e9e9e9;
    padding: 10px 120px;
    border-bottom: 1px solid #e2e2e2;
}

.header-left {
    display: flex;
    gap: 0px;
    
}



.company-text {
    font-size: 12px;
    color: #333;
    margin-top: 4px;
}

.header-right {
    display: flex;
    gap: 20px;
}

.dropdown {
    display: flex;
    align-items: center;
    gap: 5px;
    font-size: 11px;
}

.header-btn {
    padding: 8px 12px;
    font-size: 11px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
}

.footer-content {
    background-color: #f4f4f4;
    padding: 20px 140px;
    display: flex;
    justify-content: space-between;
}

.footer-column {
    flex: 1;
    padding: 0 15px;
    border-right: 1px solid #e2e2e2;
}

.footer-column:last-child {
    border-right: none;
}

.column-header {
    font-weight: bold;
    margin-bottom: 15px;
    font-size: 15px;
    color: #333;
}

.footer-links {
    padding-left: 0px;
    list-style: none;
}

.footer-links li {
    margin-bottom: 10px;
}

.footer-links a {
    text-decoration: none;
    color: #555;
    font-size: 12px;
}

.social-icons {
    display: flex;
    justify-content: center;
    gap: 15px;
    margin: 20px 0;
}


.social-icon {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background-color: #333;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
    font-size: 12px;
}

/* Icon inside should be centered and scaled */
.social-icon span {
    display: inline-block;
}
.bg-insta {
    width: 17px;
    height: 16px;
    background: url('img/css_sprites.webp') -10px -150px no-repeat;
    background-size: auto;
}
.bg-search {
    width: 12px;
    height: 12px;
    background: url('img/css_sprites.webp') -2.4px -2.4px no-repeat;
    background-size: 46.08px 46.08px; /* This scales down 192px → 46px (because 12 is 24% of 50) */
}



.bg-dshare {
    width: 50px; height: 50px;
    background: url('img/css_sprites.webp') -80px -10px no-repeat;
    background-size: auto;
}

.bg-d_aa {
    width: 48px; height: 48px;
    background: url('img/css_sprites.webp') -150px -10px no-repeat;
    background-size: auto;
}

.bg-dcomments {
    width: 50px; height: 50px;
    background: url('img/css_sprites.webp') -10px -80px no-repeat;
    background-size: auto;
}

.bg-headset {
    width: 50px; height: 50px;
    background: url('img/css_sprites.webp') -80px -80px no-repeat;
    background-size: auto;
}

.bg-dot {
    width: 32px; height: 32px;
    background: url('img/css_sprites.webp') -150px -78px no-repeat;
    background-size: auto;
}

.bg-you {
    width: 15px;
    height: 15px;
    background: url('img/css_sprites.webp') -46px -148px no-repeat;
    background-size: auto;
}

.app-buttons {
    display: flex;
    justify-content: center;
    gap: 10px;
}
.sprite-icon {
    display: inline-block;
    background-image: url('img/css_sprites.webp');
    background-repeat: no-repeat;
    background-size: 58px 58px;
    width: 18px;
    height: 20px;
}

/* Adjusted Background Positions (30% of original) */
.bg-dshare {
    background-position: -18px -3px; /* -80 * 0.3 = -24 */
}
.bg-d_aa {
    background-position: -40px -3px; /* -150 * 0.3 = -45 */
}
.bg-dcomments {
    background-position: -2px -24px; /* -10 * 0.3 = -3, -80 * 0.3 = -24 */
}
.bg-headset {
    background-position: -21px -24px;
}
.bg-dot {
    background-position: -42px -23px; /* -150 * 0.3 = -45, -78 * 0.3 ≈ -23 */
}


.app-button {
    
    color: white;
  
    border-radius: 5px;
    padding-top: 10px;
    
}
.app-button img{

width: 100%;}

.bottom-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: #f4f4f4;
    padding: 15px 0;
    gap: 20px;
}

.product-links {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    padding: 5px 0;
    gap: 20px;
    background-color: #e9e9e9;
}

.product-links a, .bottom-links a {
    text-decoration: none;
    color: #333;
    font-size: 12px;
    border-right: 1px solid #ccc;
    padding-right: 8px;
}
 .bottom-links  :last-child {
    border-right: none;
}
.product-links  :last-child {
    border-right: none;
}


.copyright {
    text-align: center;
    padding: 10px 0px 30px 0px;
    font-size: 12px;
    color: #666;
    background-color: #f4f4f4;
}

.social-icon.facebook::before {
    content: "f";
}

.social-icon.twitter::before {
    content: "𝕏";
}

.social-icon.instagram img{
    width: 50%;
}
.social-icon.youtube img{
    width: 50%;
}



.sss{
    display: flex;
   background-color: #f4f4f4;
    justify-content: center;
}


.wsj-logo img{
    width: 50%;
}



.headers {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    transition: all 0.3s ease-in-out;
    padding: 0px 0; /* Normal padding */
}

.headers.scrolled {
    padding: 5px 0; /* Reduce padding when scrolling */
}
.headers.scrolled .wall {
    padding: 0px; /* Reduce padding to 0px when scrolling */
}

.headers.scrolled .wsj,
.headers.scrolled .english {
    display: none; /* Hide wsj and english while scrolling */
}

.headers.scrolled .playfair img {
    width: 40%; /* Reduce width to 40% while scrolling */
}
.headers.scrolled .ddigital{
    display: none;
}
.headers.scrolled .hamburger p{
    display: flex;
    justify-content: left;
    text-align: left;

}
/*  */





/* category */

.csponsered{
    padding-top: 120px;
}

.csponsered img{
    width: 60%;
    display: flex;
    margin: 0 auto;
    padding: 50px 0px;
   
}
.cad-two img{
    width: 60%;
    display: flex;
    margin: 0 auto;
    padding: 50px 0px;
}
.cbusiness{
    margin: 0px 120px;
    border-top: 1px solid black;
    font-weight: bold;
    font-size: 60px;
    padding: 10px 0px;
   
    border-bottom: 1px solid black;
    display: flex;
   
    justify-content: center;
 
    
}
.cmain{
    padding: 40px 140px;
    display: flex;
    gap: 25px;
}
.cmain-left img{
width: 100%;
}
.cmain-left{
    width: 60%;
}
.cmain-right{
    width: 40%;
    flex-direction: column;

    display: flex;
}
.cmain-right .exclusiv{
    margin: 10px 0px;
    width: 65px;
    font-weight: 600;
}
.cmain-right h1{
    font-size: 30px;
}
.cp{
    color: #222222;
    font-size: 16px;
    line-height: 24px;
    font-weight: 350;
}
.cmain-right .by{
    font-size: 16px;
}
.cmain-right .container{
    color: #555;
    font-size: 14px;
    gap: 10px;
}
.ctech{
    display: flex;
    gap: 20px;
    padding: 20px 140px;
}
.ctech-left{
    width: 30%;
}
.ctech-right{
    width: 70%;
}
.ctech-left img{
    width: 100%;
    border-radius: 7px;
}
.ctech .container{
    color: #555;
    font-size: 14px;
    gap: 10px;

}
.ctech .feels{
    text-align: left;
    padding-bottom: 7px;
}
.cenergy{
    margin: 20px 140px;
    border-top: 1px solid black;
    padding: 20px 0px;
}
.cenergy .world-one .fee{
    font-size: 18px;
}
.cenergy .ctech{
    padding: 20px 0px;
}
.cwanted .feels{
    border-top: 1px solid #ccc;
    padding: 10px 0px;
    text-align: left;
    font-size: 24px;
}
.ckatherine{
    font-style: italic;
    color: rgba(2,116,182,1);
}
.ckatherine span{
    
    color: black;
}
.cwanted .container{
    color: #555;
    font-size: 14px;
    gap: 10px;
    padding-bottom: 20px;

}
.crelated{
    padding: 20px 140px;
}
.copinion{
    display: flex;
    gap: 20px;
    padding: 10px 0px;
}
.copinion-left{
    width: 10%;
}
.copinion-right{
    width: 90%;
}
.copinion-left img{
    width: 100%;
}
.copinion p{
    font-style: italic;
    padding: 5px 0px;
}
.cmost{
    border-top: 1px solid black;
    margin: 20px 140px;
    padding: 20px 0px;
    border-bottom: 1px solid black;
}
.cmostt{
    display: flex;
    gap: 10px;
    padding: 20px 0px;
}
.cmostt .feels{

text-align: left;}
.cmost-one{
    display: flex;
    width: 33%;
    
}
.cmost-two{
    display: flex;
    width: 33%;
    padding: 0px 10px 0px 20px;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
}
.cmost-three{
    
    display: flex;
    width: 33%;
}
.cmost-one-right img{
    width: 60%;
    border-radius: 40px;
}
.cmost-two-right img{
    width: 60%;
    border-radius: 40px;
}
.cmost-three-right img{
    width: 60%;
    border-radius: 40px;
}
.cmost-one-left{
    width: 60%;
}

.cmost-one-right{
    width: 40%;
}
.cmost-two-left{
    width: 60%;
}

.cmost-two-right{
    width: 40%;
}

.cmost-three-left{
    width: 60%;
}

.cmost-three-right{
    width: 40%;
}

.cmost .fee{
    font-size: 18px;
}
.cvideo{
  
    padding: 20px 140px;
}
.cvideo-left{
    width: 30%;
}
.cvideo-right{
    width: 70%;
}
.cvideo-left img{
    border-radius: 10px;
    width: 100%;
}
.cvideo .feels{
text-align: left;
}
.cvide{
    padding: 20px 0px;
    display: flex;
    gap: 20px;
}
.cvideo-right .container{
    color: #555;
    font-size: 14px;
}
.cvideo .cp{
    padding: 10px 0px;
}
.cad-five{
    padding: 20px 140px;
    width: 60%;
    margin: 0 auto;
    
}
.cad-five img{
    width: 100%;
    
}
.cmore{
    margin: 20px 140px;
    border-top: 1px solid black;
    padding: 20px 0px;
}
.cmore .fee{
    font-size: 18px;
}
.cmore .ctech{
    padding: 20px 0px;
}
.cload {
    margin: 30px auto 40px auto; /* Correct way to apply all margins */
    border: 1px solid black;
    padding: 15px 20px;
    text-align: center;

    /* Center horizontally */
    display: block;
    width: fit-content;
    font-size: 12px;
    font-weight: bold;
    border-radius: 3px;
}

.cbuyside{
    padding: 20px 0px;
    margin: 20px 140px;
    border-top: 1px solid black;
}
.cbuyside .popularss{
    padding-bottom: 10px;
}
.cbest{
 
    padding: 10px 0px;
    font-family: 'Times New Roman', Times, serif;
    font-size: 20px;

}
.cbuyside .container{
    color: #555;
}
.ccbest{
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}
.cad-six{
    padding: 20px 140px;
    width: 60%;
    margin: 0 auto;
    
}
.cad-six img{
    width: 100%;
    
}
.cpopularbusiness{
    margin: 20px 140px;
    border-top: 1px solid black;
}
.cpopularbusiness .fee{
font-size: 18px;
padding: 10px 0px;
} 
.cwent{
    display: flex;
    padding: 10px 0px;
}
.cwent-left{
    width: 90%;
}
.cwent-right{
    width: 10%;
}
.cwent-right img{
    width: 75%;
}

.cfees{
    font-weight: 600;
    font-size: 15px;
}
.cpopularbusiness .container{
    color: #555;
    gap: 10px;
    font-size: 13px;
}
.crelated{
    margin: 20px 140px;
    padding: 20px 0px 40px 0px;
    border-top: 0px;
   
}
.cairlines{
    display: flex;
    gap: 20px;
  
}
.cairlines p{
    border: 1px solid #e9e9e9;
    border-radius: 20px;
    background-color: #e9e9e9;
    padding: 5px;
    font-size: 12px;
    font-weight: bold;
    margin: 0 auto;
}
.crelated .fee{
    font-size: 18px;
padding: 10px 0px;
}
.cmin{
    color: #b00020;
}
.cad-seven {
    padding: 20px 140px;
    width: 60%;
    margin: 0 auto;
}
.cad-seven img{
    width: 100%;
}
.cadver{
    margin: 20px 140px;
    border-top: 1px solid black;
    padding: 20px 0px 60px 0px;
}
.cadver .fee{
    font-size: 18px;
    font-weight: bold;
}
.cadvertopic{
    display: flex;
    justify-content: space-between;
}
.cadvertopic img{
    width: 5%;
}
.cadv{
    display: flex;
    padding: 20px 0px;
}
.cadvone{
    width: 33%;
    display: flex;
}
.cadvtwo{
    width: 33%;
    display: flex;
}

.cadvthree{
    display: flex;
    width: 33%;
}
.cadvtwoleft{
    width: 30%;
}
.cadvtworight{
    width: 70%;
}

.cadvoneleft{
    width: 30%;
}
.cadvoneright{
    width: 70%;
}

.cadvthreeleft{
    width: 30%;
}
.cadvthreeright{
    width: 70%;
}
.cadvthreeleft img{
    width: 70%;
}
.cadvtwoleft img{
    width: 70%;
}
.cadvoneleft img{
    width: 70%;
}
.cgrey{
    font-size: 12px;
    color: #555;
    padding: 10px 0px;
}
.dopinion{
    border-top: 1px solid black;
    padding: 20px 140px;
    
}
.dopinio{
    display: flex;
    gap: 10px;
    font-size: 12px;
}
.dop{
    background-color: rgba(135,100,56,1);
    border: 1px solid;
    color: white;
    padding: 5px;
    border-radius: 3px;
    font-weight: bold;
}
.dreview{
    padding: 5px 0px 0px 0px;
    font-weight: bolder;
    color: rgba(135,100,56,1);
}
.dfollow{
    color: rgb(2, 116, 182);
    border: 1px solid rgb(2, 116, 182);
    border-radius: 5px;
    padding: 5px;
}
/* .dopinion h1{
    font-style: italic;
    font-size: 38px;
    font-weight: 100;
    margin: 0px;
    padding: 5px 0px;
} */
.dblow{
    color: #333333;
    font-size: 20px;
}
.dblow span{

display: block;}
.dboard{
    gap: 30px;
    display: flex;
    padding: 20px 140px;
}
.dboard-left{
    width: 70%;
    border-top: 1px solid black;
}
.dboard-right{
    width: 30%;
}
.dby{
    padding: 20px 0px 10px 0px;
    gap: 3px;
    display: flex;
    font-size: 14px;
}
.ddfollow{
    color: rgb(2, 116, 182);
    border: 1px solid rgb(2, 116, 182);
    border-radius: 5px;
    padding: 0px 5px;
}
.deditorial{
    color: rgba(135,100,56,1);
}
.dapril{
    color: #4D4D4D;
    font-size: 14px;
}
.dshare{

    display: flex;
    justify-content: space-between;
    padding: 10px 0px;
    align-items: center;
}
.dshare-left{
    display: flex;
    gap: 10px;
    align-items: center;
}

.dshare-left p{
    padding: 0px 0px 0px 0px;
}
.dshare-left img{
    width: 5%;
}
.dshare-right img{
    width: 10%;
}
.dshare-right{
    gap: 5px;
    align-items: center;
    display: flex;
    justify-content: end;

}
.dshare-right p{
padding-top: 0px;
align-items: center;
}
.dshare-right p span{
    color: #4D4D4D;
    padding-top: 0px;
    }
    .dshare{
        margin-bottom: 1px solid black;
    }
    .doneimg{
        border-top: 1px solid black;
        margin-top: 20px;
    }
    .doneimg img{
        width: 100%;
        padding: 20px 0px 0px 0px;
    }
    .djournal{
        color: #4D4D4D;
        font-size: 12px;
    }
    .dmainp{
        padding-top: 20px;
        font-size: 18px;
        font-family: 'Times New Roman', Times, serif;
    }

    .dmainpleft{
        width: 50%;
    }
    .dmainpright{
        padding-top: 25px;
        width: 50%;
    }
    .dcard {
        margin-top: 30px;
        background: white;
        width: 80%;
        background-color: #f4f4f4;
        padding: 20px;
       
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
    }
    .dcard-title {
        font-size: 14px;
        color: #4D4D4D;
        margin-bottom: 10px;
        font-weight: 200;
    }
    .dcard-heading {
        font-size: 20px;
        margin: 0 0 15px;
        font-weight: bold;
    }
    .dimage {
        background: round;
        width: 60%;
        background-image: url(https://images.wsj.net/im-946945?height=60&size=1&pixel_ratio=1.5);
        background-size: inherit;
        margin-right: 10px;
    }
    .dimage img{
        width: 100%;
    }
    .dheader {
        display: flex;
        align-items: center;
        margin-bottom: 10px;
    }
    .daudio-player {
        display: flex;
        align-items: center;
        gap: 1px;
        margin-bottom: 20px;
    }
    .daudio-player span{
    font-size: 13px;
    }
    .dplay-button {
        background-color: black;
        color: white;
        border: none;
        border-radius: 50%;
        width: 25px;
        height: 25px;
        margin-top: 4px;
        cursor: pointer;
        font-size: 15px;
    }
    .dsubscribe {
        display: block;
        background-color: #0071e3;
        color: white;
        padding: 10px;
        text-align: center;
        font-size: 14px;
        font-family: sans-serif;
        text-decoration: none;
        border-radius: 0px;
        margin-bottom: 10px;
    }
    .daudio-center {
        text-align: center;
    
    }
    .dimg{
        display: flex;
    }
    .daudio-center a {
       
        text-decoration: none;
    }
    .dmainn{
        display: flex;
    }
  
    .dmainn {
        padding-bottom: 15px;
    }
    .dmainp p{
        padding-top: 10px;
        line-height: 1.5;
    }
    .dwallstreet{
        padding: 100px 0px;
        text-align: center;
    }
    .dwalltimes{
        font-family: 'Times New Roman', Times, serif;
        font-size: 38px;
        font-weight: 400;
        letter-spacing: -3px;
        word-spacing: 10px;
    }
    .dcontinue{
        padding: 10px 50px;
        font-size: 24px;
        color: grey;
    }
    .dwallstreet .dsubscribe{
        display: inline-block;
        padding: 10px 50px;
        font-weight: bold;
    }
    .dalready{
        color: #333;
        font-size: 14px;
    }
    .dalready span{
        color: rgb(2, 116, 182);
        text-decoration: underline;
    }
    .dwhat{
        padding: 20px 0px;
        border-top: 1px solid black;
    }
    .dwhatt{
        font-weight: bold;
        font-size: 24px;
    }
    .dopp{
        margin: 20px 0px;
        border: 1px solid;
        background-color: rgb(135, 100, 56);
        color: white;
        display: inline-block;
        padding: 5px ;
        font-weight: bold;
        font-size: 12px;
    }
    .dstiff{
        font-family: 'Times New Roman', Times, serif;
        font-size: 24px;
        font-weight: bold;
    }
    .dfeb{
        color: #4D4D4D;
        padding: 5px 0px;
        font-family: sans-serif;
        font-size: 13px;
    }
    .dfebb{
        display: flex;
        gap: 20px;
        padding: 20px 0px;
    }
    .dfeb-one{
        width: 50%;
    }
    .dfeb-one img{
        width: 100%;
    }
    .dfeb-two{
        color: rgb(34, 34, 34);
      
        font-size: 16px;
        line-height: 24px;
        font-weight: 350;
        width: 50%;
    }
    .dcont{
        margin-top: 20px;
        border: 1px solid;
        display: inline-block;
        padding: 5px;
        font-weight: 600;
        font-size: 12px;
        color: white;
        background-color: #0071e3;
    }
    .dvaccum{
        border-top: 1px solid black;
    }
    .adver-two{
        padding: 20px 0px;
        display: flex;
        justify-content: center;
    }
    .adver-two img{
        width: 40%;
    }
    .dbuy{
        border-top: 1px solid black;
        padding: 20px 0px;
    }
    .dbuyside{
        font-weight: bold;
        font-size: 18px;
        color: rgb(51, 102, 102);
    }
    .dbuysides{
        font-size: 12px;
        padding: 10px 0px;
        color: rgb(51, 102, 102);
    }
    .ddeals{
        display: flex;
    }
    .ddeals-left{
        width: 20%;
    }
    .ddeals-right{
        width: 80%;
    }
    .ddeals-left img{
        width: 100%;
    }
    .ddealsand{
        text-transform: uppercase;
        color:rgb(51, 102, 102) ;
        font-size: 12px;
        font-weight: 600;
        padding: 10px 0px;
    }
    .dbest{
        font-size: 16px;
        font-weight: bold;
        padding-bottom: 20px;
    }
    .dboard-right-firstad img{
        width: 100%;
    }
  .dpopular{
    padding-top: 30px;
    border-top: 1px solid black;
    margin-top: 30px;
  }
  .dadv-three img{
    padding: 20px 0px;
    width: 100%;
  }
  .dadv-three{
    position: sticky;
    top: 70px;
    z-index: 999;
  }



  .ticker-wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #ddd;
    padding: 5px;
    position: relative;
    overflow: hidden;
    height: 20px;
}

.arrow {
    font-size: 12px;
    padding: 0 5px;
}

.ticker-container {
    display: flex;
    align-items: center;
    white-space: nowrap;
}

.stock {
    display: flex;
    align-items: center;
    margin-right: 15px;
    font-size: 10px;
}

.stock-name {
    font-weight: bold;
    margin-right: 3px;
}

.stock-value.green {
    color: green;
}

.stock-value.red,
.stock-change.red {
    color: #b00020; /* Much better */
}
.stock-change.green {
    color: green;
}


.ticker-wrapper {
justify-content: center;
}

.hamburger{
  display: none;
}
.playfair{
    gap: 20px;
}



.menu-btn {
    font-size: 30px;
    cursor: pointer;
    padding: 10px;
    position: fixed;
    top: 10px;
    left: 10px;
    z-index: 2;
}
.sidebar {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 250px;
    background-color: black;
    padding-top: 60px;
    transition: transform 0.3s;
    transform: translateX(-100%);
    z-index: 1;
}
.sidebar a {
    padding: 15px;
    text-decoration: none;
    font-size: 18px;
    color: white;
    display: block;
    transition: background-color 0.3s;
}
.sidebar a:hover {
    background-color: #575757;
}
.sidebar.open {
    transform: translateX(0);
}
.close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 25px;
    cursor: pointer;
    color: white;
}
main {
    margin-left: 10px;
    padding: 20px;
    width: 100%;
}

