*,::before,::after{margin: 0; box-sizing: border-box;}
a{text-decoration: none;}
label{ display: block;}
img{ vertical-align: bottom;}
button{ cursor: pointer; padding: 0; }
:disabled, input[type="text"]:read-only{ cursor: not-allowed;}
input:focus, textarea:focus{ outline: 1px dashed;}
iframe{ border: none;}
ul{ list-style: none; padding: 0;}
a {
    color: #070707;
}
.quick-take-section a {
  color: white;   
}
.button.read-more-btn a{
     color: white!important; 
}

body{
  font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
/* =====================================================top address bar===============================================*/

.top-bar {
    background-color: #1a1a2e; /* Dark blue background */
    color: white;
    padding: 5px 0;
    font-size: 14px;
}

.top-bar a {
    color: white !important;
    text-decoration: none;
    margin: 2px 5px;
}

.logo-section {
    text-align: center;
    padding: 15px 0;
}

.icons .btn {
    border: none;
    padding: 8px;
}
.main-nav {
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.main-nav .nav-link {
    font-weight:400;
    color: #333;
    font-size:15px;
}
.main-nav .nav-link:hover {
    color: #007bff;
}
.hot-tag {
    background-color: #f00;
    color: white;
    font-size: 12px;
    padding: 2px 5px;
    border-radius: 3px;
    margin-left: 5px;
}
.nav3{
 padding-left: 50px
}

.social-icons {
    display: flex;
    gap: 5px;
    align-items: center;
}

.social-icons a {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 16px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffffff;
    padding: 0;
}

.social-icons a i {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.social-icons a:hover {
    transform: rotate(360deg) scale(1.1);
}

.social-icons a[aria-label="Facebook"] { background-color: #1877f2; }
.social-icons a[aria-label="X-Twitter"] { background-color: #000000; }
.social-icons a[aria-label="Instagram"] { background: linear-gradient(45deg, #f09433, #e6683c, #dc2743, #cc2366, #bc1888); }
.social-icons a[aria-label="YouTube"] { background-color: #ff0000; }

.nav-links a {
    color: #ffffff;
    text-decoration: none;
    font-size: 14px;
    margin-left: 20px;
    font-weight: 600;
}

   
/* <!-- ============================================================1st container==================================================== --> */
.contfirst{
    background-color:#f5f5f5;
}
.card-img-top {
    width: 100%;
    border-radius: 8px;
    image-rendering: -webkit-optimize-contrast;
    image-rendering: crisp-edges;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.contfirst:hover .card-img-top {
    transform: scale(1.02); 
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.card-title {
    font-size:18px;
    font-weight: 700;
    line-height: 1.4;
    color: #333;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.subcat_title {
    font-size: 28px;
    font-weight: 700;
}
.category-badge {
    font-size: 12px;
    padding: 4px 5px;
    border-radius: 20px;
    font-weight: 600;
}
  .badge-business { background-color: #7b61ff; color: #fff; }
  .badge-world { background-color: #2c2f33; color: #fff; }
  .badge-video { background-color: #007bff; color: #fff; }
  .badge-markets { background-color: #f77e1d; color: #fff; }
  .badge-politics { background-color: #6c757d; color: #fff; }

  .author-info {
    font-size: 0.85rem;
    color: #6c757d;
  }
  .read-more-btn {
    background-color: #000;
    color: #fff;
    padding: 5px 15px;
    text-transform: uppercase;
    border: none;
    border-radius: 5px;
    font-size: 0.8rem;
    color: white !important;
  }
  .read-more-btn:hover {
    background-color: #333;
  }
  .rating-badge {
    position: absolute;
    top: 10px;
    right: 10px;
    background-color: #5a6df9;
    color: #fff;
    padding: 8px;
    border-radius: 50%;
    font-size: 0.9rem;
  }
  /*========================================================= 2nd container=================================================*/
  .cont2{
    border: 1px solid #ccc;
    padding: 15px;
}

.custom-img {
    width: auto;
    height: 100%;
    border: 1px solid #ccc;
    padding: 5px;
    border-radius: 5px;
}

  /* <!--============================================= weekends============================================== --> */

   
   
    .author-info {
      font-size: 0.85rem;
      color: #6c757d;
    }

.subscribe-banner {
    background: linear-gradient(to right, #4facfe, #38f9d7);
    color: white;
    padding: 20px 0;
}
@media screen and (max-width: 767px) {
    .main-nav .nav-link
 {

    font-size: 12px;
}
}
@media screen and (max-width: 767px) {
        
            .navbar { padding: 0 !important; }  
        
    .mobile-top-bar {
    background: black;
    padding: 11px 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
    button.navbar-toggler {
    font-size: 15px;
}
    .logo-section {
    text-align: center;
    padding: 15px 20px;
}
    .nav-links-mobile a{
     
    color: white;
    }
    .phone{
        display:none;
    }
    .container{
        padding:0px 20px;
    }
    .social-icons a {
    margin-top: 14px;
    width: 24px;
    height: 24px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    text-decoration: none;
    font-size: 13px;
    transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
    color: #ffffff;
    padding: 0;
}
}
@media screen and (min-width: 768px) {
   
    .subscribe-banner .content {
        display: flex !important;
        align-items: center;
        justify-content: space-between; /* Adjusted for better alignment */
        gap: 15px; 
    }
}


.subscribe-banner p {
    margin: 0;
    font-size: 16px;
    white-space: wrap;

}

.subscribe-banner .btn {
    font-weight: bold;
    white-space: wrap; 
}
/* .cotegory-item{
    padding: 19px 10px;
    border-radius: 5px;
    background-image: url('/img/img6.jpg');
    background-size: cover;
    background-repeat: no-repeat;
} */


      /* General Styling */
      
/* <!-- ========================================Selected Best for you========================================--> */
  /* Custom size for left images */
  /* .fixed-img{
    width: auto;
    height:100%;
    object-fit: cover;
} */
.fixed-img {
  width: 100%; /* Full width of its container */
  height: 100%; /* Full height of its container */
  object-fit: cover; /* Ensures the image is cropped proportionally to fill the area */
  border-radius: 0.25rem 0 0 0.25rem; /* Match the rounded-start class for a consistent border-radius */
  display:inherit;
}
@media (max-width: 425px) {
  .row.g-0.flex-column.flex-md-row {
      flex-direction: column !important;
  }

  .col-md-4 img {
      width: 100%;
      height: auto;
      object-fit: cover;
  }
}

/* <!-- =======================================================QUICK TAKE===================================================== --> */

       

        /* =============================== */
        /* Custom Styles */
    .quick-take-section {
        position: relative;
        overflow: hidden;
      }
  
        
      .slide {
        display: none;
        transition: opacity 0.5s ease-in-out;
      }
  
      .slide.active {
        display: flex;
      }
  
      .btn-circle {
        border-radius: 50%;
        width: 40px;
        height: 40px;
        display: inline-flex;
        align-items: center;
        justify-content: center;
      }
   
        

/*=================================================================LATEST POST BLOG SECTION==============================================  */
.image-container { width: 100%; height: 100%; } 
.fixed-img { width: 100%; height: 100%; object-fit: cover; }


/* Custom styles */
.main-article img {
    width: 100%;
    /* height: auto; */
    border-radius: 0.25rem;
}  
.read-more-btn {
    background-color: #000;
    color: white;
    border: none;
    padding: 0.5rem 1rem;
    border-radius: 0.25rem;
}

.latest-posts h5 {
    border-bottom: 2px solid #007bff;
    display: inline-block;
    margin-bottom: 1rem;
    padding-bottom: 0.3rem;
    font-weight: bold;
}

.latest-posts .post-item {
    margin-bottom: 1.5rem;
}

.latest-posts .post-item h6 {
    font-size: 1rem;
    font-weight: bold;
    margin-bottom: 0.3rem;
}

.latest-posts .post-item .small {
    font-size: 0.85rem;
}



/* cat */

.categories {
    max-width: 600px;
  }
  .category-item {
    padding: 10px 10px;
    border-radius: 5px;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: 8px;
    color: white;
    font-size: 16px;
    font-weight: bold;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.2);
  }
  .cat1{
    background-image: url('../img/img9.jpg');
  }
  .cat2{
    background-image: url('../img/img1.jpg');
  }
  .cat3{
    background-image: url('../img/img8.jpg');
  }
  .cat4{
    background-image: url('../img/img6.jpg');
  }
  .cat5{
    background-image: url('../img/img11.jpg');
  }
  
  



                    /* facebook icons followers */
                    .subscribe a {
                      display: flex;
                      justify-content: space-between;
                      align-items: center;
                      padding: 5px;
                      color: white;
                      text-decoration: none;
                      border-radius: 5px;
                      margin-bottom: 5px;
                    }
                
                    .subscribe a.facebook { background-color: #3b5998; }
                    .subscribe a.twitter { background-color: #1da1f2; }
                    .subscribe a.instagram { background: radial-gradient(circle, #f58529, #dd2a7b, #8134af); }
                    .subscribe a.youtube { background-color: #ff0000; }
                
                    .subscribe div.text-start {
                      flex-grow: 1;
                    }
                
                    .subscribe div.text-muted {
                      font-size: 12px;
                      margin-top: 2px;
                      color: white;
                    }
                
                    .subscribe i {
                      font-size: 20px;
                    }
/*===================================================== footer==================================================== */
        .footer {
            padding: 40px 20px;
      
        }

        .footer .card {
            border: none;
            background-color: #f1f3f5;
        }

        .footer .btn-dark {
            font-weight: bold;
        }

        .footer hr {
            margin: 20px 0;
        }

       .footer .social-icons a {
    color: #ffffff;
    margin: 0 5px;
    font-size: 20px;
}
 

 .footer .social-icons, .icons {
        font-size: 1.5rem;
        margin-top: 10px;
        color: black;
    }
    
    .replly{
        box-shadow: 0px 0px 10px -1px gainsboro;
    border-radius: 10px;
    padding: 22px 16px;
    }

      























        /* ============================================DETAIL MAIN BLOG PAGE============================== */



        .hero-section {
          background-color: #f8f9fa; 
          border-radius: 10px;
          overflow: hidden;
      }
      .hero-text {
          padding: 3rem;
      }
      .social-icons a {
          text-decoration: none;
          margin-right: 10px;
      }
      .stats span {
          margin-right: 15px;
          font-size: 1.1rem;
      }
      .trending,h6 {
         font-size: 1rem;
         font-weight: bold;
         margin-bottom: 0.3rem;
}

      
.trending,small {
  font-size: 0.85rem;
}
.full-width-img {
width: 100%;
height: auto;
}
.btn-black {
    background-color: #000;
    border-color: #000;
    color: #fff;
  }
  .btn-black:hover {
   background-color: #333;
   border-color: #333;
  color: #fff;
}


                  
        






























/* @media screen and (min-width:) {
 
} */
@media screen and (max-width: 768px) {
  .top-bar{
    display: none;
}
.logo-section{
  display: none;
}
.container.subscribe-banner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
 
} 
.social-icons,.icons{
 font-size: 1.5rem;
 margin-top: -1.1rem;
 color: black;
}
.main-nav {
  border-top: none;
  border-bottom:none;
}

/*  blog detail page banner icon  */
.iconbanner{
  margin-top: 100px;
}


}

