
body {
    margin: 0;
    font-family: Helvetica, sans-serif;
}

a {
    text-decoration: none;
}
h3 a{
    color: #404040;
}
h4 a{
    color: #404040;
}


.b-head {
    background-color: #000000;
    margin: 0;
    padding: 10px 30px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    align-items: center;
}

.b-heading {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
}

.lseg {
    font-size: 14px;
    margin: 0;
    font-weight: 600;
    color: #ffffff;
    background-color: rgb(0, 30, 255);
    padding: 1px 5px;
}

/* header-section */
.header-section {
    display: flex;
    padding: 10px 30px;
    border-bottom: 1px solid #c5c5c5;
    justify-content: space-between;
    align-items: center;
    background-color: #ffffff;
    margin-bottom: 30px;
}

.header-logo {
    height: 40px;
    width: auto;
}

.header-section-mid {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.header-menu {
    font-size: 14px;
    color: #000000;
    margin: 0;
    font-weight: 600;
    align-items: center;
    display: flex;
    gap: 5px;
}

.arrow-h {
    width: 10px;
    height: auto;
}

.header-section-right {
    align-items: center;
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.search-icon {
    height: 15px;
    width: auto;
}

.sign-btn {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin: 0;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 8px 10px;
}

.register-btn {
    font-size: 16px;
    font-weight: 600;
    color: #666;
    margin: 0;
    border: 1px solid #666;
    border-radius: 5px;
    padding: 8px 10px;
    background-color: #000000;
}

/* body-section */
.body-section {
    padding: 20px 100px;
    display: flex;
    gap: 60px;
    padding-bottom: 0px;
}

.body-section-left {
    width: 70%;
}

.body-section-right {
    width: 30%;
}
.border{
    border: 1px solid #a3a3a3;
    border-radius: 5px;
    padding: 5px;
}

.main-head {
    font-size: 40px;
    color: #404040;
    line-height: 48px;
    padding-bottom: 15px;
    margin: 0;
}
.main-head a{
    color: #404040;
}

.heading-author-section {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 15px;
}

.author {
    font-size: 14px;
    font-weight: 500;
    margin: 0;
    color: #404040;
    padding-bottom: 8px;
}

.author-name {
    font-weight: 700;
    font-size: 15px;
}

.share-icon-section {
    display: flex;
    justify-content: space-between;
    gap: 15px;
}

.share-icon {
    height: 15px;
    width: auto;
    border: 1px solid #404040;
    padding: 5px;
    border-radius: 5px;
}

.image {
    width: 100%;
    height: auto;
    padding-bottom: 20px;
}


.tab-container {
    width: auto;
    margin-top: 20px;
    padding: 10px;
    background-color: #F8F8F8;
    margin-bottom: 20px;
}

.tabs {
    display: flex;
    border-bottom: 1px solid #ddd;
    text-transform: uppercase;
    gap: 1rem;
}

.tab {
    padding: 12px 0px;
    color: #404040;
    cursor: pointer;
    font-size: 14px;
    font-weight: 600;
}

.tab.active {
    color: #404040;
    border-bottom: 3px solid #404040;
    font-weight: 600;
}

.tab:hover:not(.active) {
    background-color: rgba(0, 0, 0, 0.03);
}

.tab-content {
    display: none;
    padding: 20px 0;
}

.tab-content.active {
    display: block;
}

/* News Items Styling */
.news-item {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    line-height: 1.3;
    font-size: 16px;
}

.paragraph-list {
    padding: 5px 15px;
    font-size: 16px;
    margin: 0;
    line-height: 30px;
    color: #404040;
}
li a {
    font-weight: 800;
}
.link-work{
    font-weight: 800;
}

.news-item::before {
    
    margin-right: 10px;
    color: #333;
    font-size: 20px;
}


    
    

/* Company Items Styling */
.company-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.company-item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
}

.company-item:last-child {
    border-bottom: none;
}

.company-info {
    display: flex;
    align-items: center;
}

.company-icon {
    width: 40px;
    height: 40px;
    background-color: #f0f0f0;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 15px;
}

.company-name {
    font-size: 16px;
    font-weight: 500;
    color: #333;
}

.follow-btn {
    background-color: transparent;
    border: 1px solid #ddd;
    color: #555;
    padding: 8px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
}

.follow-btn:hover {
    background-color: #f9f9f9;
    border-color: #ccc;
}

.show-more {
    text-align: right;
    margin-top: 20px;
}

.show-more a {
    color: #555;
    text-decoration: none;
    font-size: 14px;
    font-weight: 600;
}

.show-more a:hover {
    text-decoration: underline;
}

.company-icon svg {
    width: 20px;
    height: 20px;
    fill: #777;
}

.body-paragraph {
    margin: 0;
    font-size: 16px;
    font-weight: 500;
    padding: 5px 0px;
    color: #404040;
    line-height: 25px;
     font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight:500;
    font-variation-settings:
      "wdth" 100;
}

.box {
    background-color: #F8F8F8;
    padding: 10px;
    border-left: 4px solid #D64000;
    margin: 20px 0px;
}

.right-ad {
    position: sticky;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 10;
}

.right-grid {
    border: 1px solid;
    padding: 10px;
    position: sticky;
    top: 0;

    height: auto;
    z-index: 10;
}

.sponsered {
    margin: 0;
    color: #404040;
    font-size: 16px;
    font-weight: 600;

}

.border-image {
    width: 100%;
    height: auto;
    padding-top: 20px;
}

.paragraph {
    margin: 0;
    font-size: 14px;
    font-weight: 500;
    padding: 0px;
    color: #404040;
    line-height: 25px;
}

.sponsered-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 0px;
}

.dianomi {
    height: 10px;
    width: auto;
}

.sponsered-content {
    margin: 0;
    color: #404040;
    font-size: 20px;
    font-weight: 600;
}
.sponsered-content a{
    color: #404040;
}

.ad-container {
    display: flex;
    gap: 15px;
    justify-content: space-between;
}

.ad-card-left {
    border: 1px solid #ccc;
    width: 50%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ad-card-mid {
    border: 1px solid #ccc;
    width: 25%;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.ad-image {
    width: 100%;
    height: 200px;
    object-fit: cover;
}

.ad-content {
    padding: 15px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.ad-title {
    font-size: 14px;
    font-weight: bold;
    color: #404040;
    text-decoration: none;
    margin: 0;
}

.ad-title:hover {
    text-decoration: underline;
}

.ad-sponsor {
    font-size: 14px;
    color: #777;
}

.ad-sponsor span {
    color: #404040;
}

.ad-button {
    display: inline-block;
    background-color: black;
    color: white;
    padding: 10px 15px;
    text-align: center;
    width: fit-content;
    border-radius: 5px;
    text-decoration: none;
    font-weight: bold;
    align-self: flex-end;
}

.ad-button:hover {
    background-color: #333;
}

.paragraph-section {
    padding: 20px 0px;
}

.second-head {
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    margin: 0;
    text-transform: uppercase;
    padding: 10px 0px;
}
.second-mini-head{
    font-size: 16px;
    font-weight: 600;
    color: #404040;
    margin: 0;
    padding: 10px 0px;
    text-transform: uppercase;
}
.second-head a{
    color: #404040;
}

.img-description {
    margin: 0;
    font-size: 10px;
    color: #404040;
    padding: 5px 0px;
    line-height: 15px;
}

.container {
    margin: 0 auto;
}

.topics {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.tag {
    border: 1px solid;
    color: #404040;
    font-weight: bold;
    border-radius: 20px;
    padding: 6px 12px;
    font-size: 14px;
}

.actions {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.action-icon {
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    height: 15px;
    width: 15px;
    cursor: pointer;
}

.license-btn {
    background-color: white;
    border: 1px solid #ccc;
    padding: 10px 15px;
    font-weight: bold;
    border-radius: 8px;
    margin-left: auto;
    cursor: pointer;
    font-size: 16px;
    color: #404040;
}

.profile-card {
    border: 1px solid #ccc;
    padding: 20px;
    border-radius: 6px;
}

.profile-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    gap: 15px;
}

.profile-info-section {
    display: flex;
    align-items: center;
    gap: 20px;
}

.avatar {
    width: 60px;
    height: 75px;
    border-radius: 50%;
}

.name {
    margin: 0;
    font-size: 18px;
}
.name a{
    color: #404040;
}

.org {
    margin: 0;
    color: #555;
    font-size: 14px;
}

.bio {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
}

.profile-actions {
    display: flex;
    gap: 10px;
    justify-content: flex-end;
}

.bio-paragraph {
    margin: 0;
    font-size: 12px;
    font-weight: 500;
    padding: 5px 0px;
    color: #404040;
    line-height: 20px;
}

.carousel-container {
    margin: auto;
}

.carousel-wrapper {
    position: relative;
    overflow: hidden;
}

.carousel {
    display: flex;
    scroll-behavior: smooth;
    gap: 20px;
    padding: 10px 0;
}

.card {
    flex: 0 0 260px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    overflow: hidden;
}

.card img {
    width: 100%;
    height: 150px;
    object-fit: cover;
}

.category {
    font-size: 14px;
    color: #555;
    margin: 10px;
}

.headline {
    font-size: 16px;
    font-weight: bold;
    margin: 0 10px 10px;
}

.arrow {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    font-size: 26px;
    background: white;
    border: 1px solid #ccc;
    border-radius: 6px;
    cursor: pointer;
    padding: 6px 10px;
    z-index: 10;
}

.left {
    left: -15px;
}

.right {
    right: -15px;
}

.grid {
    display: flex;
    position: relative;
    overflow: hidden;
    width: 100%;
}

.carousel-container {
    display: flex;
    transition: transform 0.5s ease;
    width: 100%;
    gap: 10px;
}

.grid-box {
    flex: 0 0 25%;
    padding: 0 10px;
    min-width: 25%;
}

.grid-box-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.grid-mini-head {
    font-size: 14px;
    margin: 0;
    color: #404040;
    padding-top: 5px;
}

.grid-head {
    margin: 0;
    font-size: 14px;
    padding-top: 5px;
    font-weight: 600;
    color: #404040;
}
.grid-head a{
    color: #404040;
     font-family: "Roboto", sans-serif;
    font-optical-sizing: auto;
    font-weight: bold;
    font-variation-settings:
      "wdth" 100;
}

.right-grid {
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 15px;
}

.sponsered {
    font-size: 14px;
    color: #777;
    margin-bottom: 10px;
}

.border-image {
    width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 5px;
}

.paragraph {
    font-size: 12px;
    color: #555;
}

/* Pagination dots */
.dots-container {
    display: flex;
    justify-content: center;
    margin-top: 15px;
    gap: 5px;

}

.dot {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    color: white;
    background-color: white;
    cursor: pointer;
}

.dot.active {
    color: white;
    background-color: white;
}

/* Hide scrollbar */
.grid::-webkit-scrollbar {
    display: none;
}

.grid {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

/* bottom-sponsered-section */
.bottom-sponsered-section {
    padding: 20px 100px;
    gap: 60px;
    padding-bottom: 0px;
}

.b-line {
    margin: 0px 100px;
    margin-top: 20px;
}

.banner-grid-section {
    border: 1px solid #e4e4e4;
    padding: 10px;
}

.banner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    padding: 10px 0px;
}

.banner-box {
    display: flex;
}

.banner-box-left {
    width: 70%;
}

.banner-box-right {
    width: 30%;
}


/* bussiness-section */
.bussiness-section{
    padding: 20px 100px;
}
.business-container{
    display: flex;
    gap: 20px;
}
.business-container-left{
    width: 50%;
}
.business-container-right{
    width: 25%;
}
.business-container-right div{
    padding-bottom: 20px;
}
.container-head{
    margin: 0;
    color: #404040;
    font-size: 28px;
    font-weight: 600;
    padding: 10px 0px;
}
.container-head a{
    color: #404040;
}
.published{
    font-size: 16px;
    color: #404040;
    margin: 0;
    padding: 5px 0px;
    line-height: 20px;
}
.container-head-second{
    font-weight: 600;
    padding: 10px 0px;
    font-size: 16px;
}
.banner-mini-head {
    font-size: 13px;
    margin: 0;
    color: #404040;
    padding-top: 5px;
}
.banner-head {
    margin: 0;
    padding-top: 5px;
    font-weight: 600;
    color: #404040;
    font-size: 14px;
}
.banner-head a{
    color: #404040;
}

/* bottom-grid-section */
.bottom-grid-section{
    display: flex;
}
.vertical-line {
    width: 1px;  
    height: auto;          
    background-color: #ccc;
    margin: 0 20px;          
  }


  /* footer-section */

  .footer {
    font-family: Arial, sans-serif;
    padding: 20px;
    background: #fff;
    color: #222;
  }
  .footer-top {
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-wrap: wrap;
  }
  .footer-left,
  .footer-right {
    flex: 1;
    min-width: 300px;
  }
  .social-icons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
  }
  
  .footer-products {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-top: 20px;
    gap: 20px;
  }
  .product {
    flex: 1;
    min-width: 250px;
  }
  .footer-bottom {
    margin-top: 20px;
  }
  .footer-links {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 14px;
  }
  .footer-links a {
    text-decoration: none;
    color: #000;
  }
  hr {
    margin: 30px 0;
    border: none;
    border-top: 1px solid #ddd;
  }
  .action-icon-bottom {
    background: white;
    border: 1px solid #ccc;
    border-radius: 8px;
    padding: 10px;
    height: 15px;
    width: 15px;
    cursor: pointer;
}
.copyright{
    text-align: center;
}



@media (max-width: 767px) {
    .b-heading {
        font-size: 10px;
        padding: 10px 20px;
    }

    .header-section {
        padding: 10px 20px;
    }

    .header-section-mid {
        display: none;
    }

    .header-logo {
        height: 30px;
    }
    .topics {
    margin-bottom: 10px;
    display: flex;
    align-items: center;
    gap: 10px;
    flex-direction: column;
}

    .header-menu {
        font-size: 10px;
    }

    .sign-btn {
        font-size: 12px;
        padding: 5px 5px;
    }

    .register-btn {
        font-size: 12px;
        padding: 5px 5px;
    }

    .header-section {
        align-items: center;
    }

    /* body-section */
    .body-section {
        padding: 20px 20px;
        display: block;
    }

    .body-section-left {
        width: 100%;
    }

    .body-section-right {
        width: 100%;
    }

    .main-head {
        font-size: 32px;
        line-height: 35px;
    }

    .heading-author-section {
        display: block;
    }

    .share-icon-section {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

    .share-icon {
        height: 15px;
        margin-top: 10px;
    }

    .author {
        padding-bottom: 5px;
    }
    .ad-container {
        display: block;
    }
    
    .ad-card-left {
        width: 100%;
    }
    
    .ad-card-mid {
        width: 100%;
    }
    .tag {
       
        font-size: 10px;
    }
    .ad-content {
        padding: 5px;
    }
    .grid-head {
        font-size: 10px;
    }
    .grid-mini-head {
        font-size: 10px;
    }
    .grid-box {
        flex: 0 0 35%;
        padding: 0px;
        min-width: 25%;
    }
    /* bottom-sponsered-section */
.bottom-sponsered-section {
    padding: 20px 20px;
}
.banner {
    display: block;
}
/* bussiness-section */
.bussiness-section{
    padding: 20px 20px;
}
.business-container{
    display: block;
}
.business-container-left{
    width: 100%;
}
.business-container-right{
    width: 100%;
    display: flex;
    gap: 10px;
    margin-top: 20px;
}
.container-head{
    font-size: 20px;
}
.banner-box {
    display: block;
}

.banner-box-left {
    width: 100%;
}

.banner-box-right {
    width: 100%;
}
}

@media (min-width: 768px) and (max-width: 991.98px) {
     
    .b-heading {
        font-size: 10px;
        padding: 10px 30px;
    }

    .header-section {
        padding: 10px 30px;
    }

    .header-section-mid {
        display: none;
    }

    .header-logo {
        height: 30px;
    }

    .header-menu {
        font-size: 10px;
    }

    .sign-btn {
        font-size: 12px;
        padding: 5px 5px;
    }

    .register-btn {
        font-size: 12px;
        padding: 5px 5px;
    }

    .header-section {
        align-items: center;
    }

    /* body-section */
    .body-section {
        padding: 20px 30px;

    }

    .body-section-left {
        width: 70%;
    }

    .body-section-right {
        width: 30%;
    }

    .main-head {
        font-size: 32px;
        line-height: 35px;
    }

    .heading-author-section {
        display: block;
    }

    .share-icon-section {
        display: flex;
        justify-content: flex-start;
        gap: 10px;
    }

    .share-icon {
        height: 15px;
        margin-top: 10px;
    }

    .author {
        padding-bottom: 5px;
    }
    .tag {
       
        font-size: 10px;
    }
    .ad-content {
        padding: 5px;
    }
    .grid-box {
        flex: 0 0 35%;
        padding: 0px;
        min-width: 25%;
    }
        /* bottom-sponsered-section */
.bottom-sponsered-section {
    padding: 20px 30px;
}
.grid-head {
    font-size: 10px;
}
/* bussiness-section */
.bussiness-section{
    padding: 20px 30px;
}
.container-head{
    font-size: 24px;
}
}

@media (min-width: 992px) and (max-width: 1200px) {

    /* body-section */
    .body-section {
        padding: 20px 80px;

    }
    .ad-content {
        padding: 5px;
    }
    .grid-head {
        font-size: 10px;
    }
}

@media (min-width: 1201px) and (max-width: 1400px) {}