
  @font-face {
    font-family: 'SolaimanLipi';
    src: url('/fonts/SolaimanLipi.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
@font-face {
  font-family:'ShorifJonota';
  src: url('/fonts/ShorifJonotaBijoy2003.ttf') format('truetype');
  font-weight: normal;
  font-style: normal ;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
  }
  a{
    text-decoration: none;
    color: black;
  }
  a:hover{
    color: red;
  }
  img{
    width: 100%;
    height: auto;
  }
  .right-arrow{
    display: none;
  }
  body {
    font-family: 'SolaimanLipi', "Siyam Rupali", Virinda;

  }
  .header-bg{
    background-color: #186C5C;
  }
  .dropdown-menu-bg{
    background-color:  #16443B;
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 1;
  }
  .dropdown-menu-bg nav{

  }
  .container {
    width: 100%;
    max-width: 1221px;
    margin: 0 auto; 
    padding: 10px;
  }
  .dropdown .right-arrow{
    display: block;

  }
  .dropdown li a{
    display: flex;
   gap: 10px;
  }
  .scrolling-prayer-times-container{
 
    width: 100%;
  }
  .top-headline-flex{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .scrolling-prayer-times{
    color: #374B9B;
   
  }
  .top-headlines h3{
    background-color: #186C5C;
    padding: 10px;
    color: white;
    font-size: 20px;
    width: 20%;
    text-align: center;
  }
  /* namaz widget system */
  .prayer-widget {
    background: #f0fff4;
    padding: 2px;
    border-radius: 8px;
    border: 1px solid #ccc;
    width: 60%;
    max-width: 420px;
    margin: 10px auto;
    /* text-align: center; */
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  
  
  
  .prayer-widget .header {
    background-color: #333;
    color: white;
    padding: 15px;
    margin-bottom: 20px;
    width: 100%;
  }
  
  .prayer-widget h2 {
    margin: 10px 0 20px;
    font-size: 30px;
    font-weight: 300;
  }
  
  .date-info span {
    display: block;
    font-size: 14px;
  }
  
  .sun-times {
    display: flex;
    justify-content: space-around;
    font-size: 14px;
    margin-top: 10px;
  }
  
  .prayer-widget .main-content {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
  }
  
  .time-left-circle {
    flex: 1;
    display: flex;
    justify-content: center;
    margin: 20px 0;
    flex-direction: column;
  }
  .date-info span{
    font-size: 20px;
  }
  .sun-times{
    font-size: 20px;
  }
  .circle {
    border: 4px solid green;
    border-radius: 50%;
    padding: 20px;
    width: 150px;
    height: 150px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    color: green;
  }
  
  .prayer-times {
    /* flex: 1; */
    /* text-align: left; */
  }
  
  .prayer-times p {
    margin: 8px 0;
    font-weight: bold;
    font-size: 18px;
  }
  
  .highlight {
    background-color: green;
    color: white;
    padding: 4px 10px;
    border-radius: 6px;
  }
  .active-prayer {
    background-color: rgb(8, 86, 8);
    padding: 4px 8px;
    border-radius: 6px;
    font-weight: bold;
    color: white;
  }
  
  .extra {
    margin-top: 10px;
    font-size: 14px;
  }
  .extra p{
    font-size: 14px;
  }
  
  .note {
    font-size: 12px;
    color: #777;
    margin-top: 15px;
  }
  
  /* Header Styling */
  header {

    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 70px 20px;
    height: 101px;
  }
  .menu-icon{
    display: none;
  }
  .logo img {
    width: 370px;
    height: 100%;
  }
  .site-title h1 {
    font-size: 20px;
    color: white;
  }
  .right-section{
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 15px;
  }
  .right-section .input {
    margin-left: auto;
    background-color: white;
    padding: 12px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    transition: width 0.3s ease, border-radius 0.3s ease;
    overflow: hidden;
    position: relative;
  }
  
  .input img {
    width: 15px;
    height: 15px;
    z-index: 2;
  }
  
  .input input {
    border: none;
    outline: none;
    padding-left: 10px;
    width: 100%;
    font-size: 14px;
    background-color: transparent;
    position: absolute;
    left: 40px;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  
  /* Expand on hover or focus */
  .input:hover,
  .input:focus-within {
    width: 250px;
    border-radius: 25px;
 
  }
  
  .input:hover input,
  .input:focus-within input {
    opacity: 1;
  }
  
  .social-icons a {
    margin-left: 10px;
    text-decoration: none;
    color: #333;
    font-weight: bold;
  }
  .social-icons a img {
 width: 30px ;
 height: 30px;
  }
  .social-icons .live-img{
    width: 90px;
    height: 33px;
  }
  nav {
  /* padding: 5px; */
  /* height: 40px; */
  }
  .drop-down-arrow-link{
    display: flex;
align-items: center;
gap: 1px;
font-family: 'ShorifJonota', serif;
}
.dropdown-menu-bg a:hover{
  color: white;
}
.drop-down-arrow-link:hover{
  color: black;
}
  .drop-down-arrow-link span i{
   font-size: 11px;
   color: rgb(179, 17, 17);
   margin-top: 5px;
  }
  .dropdown-home-img{
    width: 20px;
    /* height: 25px; */
    margin-top: -2px;
    background-color: none;
  }
  .dropdown{
    z-index: 1;
  }
  
  nav ul {
    list-style: none;
    display: flex;
    align-items: center;
  }
  nav ul li {
    position: relative; /* needed for dropdown positioning */
  }
  nav ul li a {
    display: block;
    padding: 6px 15px;
    color: #fff;
    text-decoration: none;
    font-weight: 100;
    font-size: 14px;
    font-family: 'ShorifJonota', serif;
  }
  nav ul li:hover{
    background-color: #186C5C;
    height: auto;
  }

  /* Dropdown Menu */
  nav ul li ul.dropdown {
    display: none;
    position: absolute; /* so it appears below the parent <li> */
    top: 100%;
    left: 0;
    background-color: #16443B;
    list-style: none;
    min-width: 150px;
  }
  nav ul li:hover ul.dropdown {
    display: block; /* show the dropdown on hover */
  }
  nav ul li ul.dropdown li a {
    padding: 8px 20px;
    white-space: nowrap;
    font-family: 'ShorifJonota', serif;
  }
  nav ul li ul.dropdown li a:hover {
    background-color: #186C5C;
  }

  /* new code  */
  ul.dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    z-index: 99;
  }
  
  li:hover > ul.dropdown {
    display: block;
  }
  
  /* Sub-dropdown (submenu inside menu item) */
  ul.sub-dropdown {
    display: none;
    position: absolute;
    top: 0;
    left: 100%;
    background: #186C5C;
    width: 100%;
    min-width: 160px;
    z-index: 999;
  }
  
  .dropdown li:hover > .sub-dropdown {
    display: block;
  }
  /* main section */
  .three-section{
   display: grid;
   grid-template-columns: 2fr 1fr 2fr;
   gap: 20px;
  }
  .first-image-container .image-container img{
    width: 100%;
    height: 278px;
  }
 
  .second-image-container{
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  /* images */
  .image-container {
    position: relative;
    width: 100%;
    max-width: 1200px;
}
.image-container img {
    width: 100%;
    height: auto;
    display: block;
}
.overlay-text {
    position: absolute;
    bottom: 1px;
    left: 0;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.3);
    color: white;
    padding: 2px;
    padding-left: 10px;
}
.overlay-text h2 {
    font-size:20px;
    font-weight: bold;
}
.third-container .text{
  /* background-color: #F0F0F0; */
  /* padding: 10px; */
  /* border-top: 3px solid green; */
}
.third-container .text h4{
  font-size: 25px;
  font-weight: 100;
}
.main-container{
  display: flex;
  gap: 40px;
  margin-top: 10px;
}
.left-img img{
  width: 60px;
  height: 60px;
  border-radius: 50%;
}
.left-text{
  width: 70%;
}
.left-text h5{
  font-size: 20px;
  color: #FCAC00;
  font-weight: 100;
}
.left-text p{
  font-size: 22px;
  font-weight: 100;
}
.line{
  margin-top: 1px;
  border-bottom: 0.1px dotted #FFBFBF;

}
.site-title{
  display: flex;
  gap: 10px;
  align-items: center;
}
/* news item section */
.news-grid {
  display: flex;
  gap: 20px;
}
.main-news{
  width: 60%;
}
.new-grid{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.news-item {
  background-color: #F8F8F8;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  transition: transform 0.3s ease;
}
.news-item:hover {
  transform: scale(1.02);
}
.news-item img {
  width: 100%;
  object-fit: cover;
}
.news-item-content {
  padding: 10px;
}
.news-item-content h3 {
  font-size: 22px;
  margin-bottom: 5px;
  font-weight: 200;
}
.sidebar{
  height: 50vh;
  display: flex;
  flex-direction: column;
  margin-top: 30px;
  border-top: 2px solid rgb(105, 0, 0);
}
.sidebar-tabs {
            display: flex;
            /* border-bottom: 1px solid #ddd; */
        }
        .sidebar-tabs div {
            flex: 1;
            padding: 10px 15px;
            text-align: center;
            font-weight: bold;
            cursor: pointer;
            background-color: #f9f9f9;
            color: #333;
            
        }
        .sidebar-tabs div.active {
            background-color: #186C5C;
            color: white;
            font-size: 22px;
        }
        .sidebar-content{
          flex: 1;/* Adjust height as needed */
            /* overflow-x: hidden; */
            overflow: auto; /* Enable vertical scrolling */ /* For Firefox */
            scrollbar-color: #186C5C #f1f1f1; /* For Firefox */
            scroll-behavior: smooth;
       
        }
        .sidebar-content::-webkit-scrollbar {
            width: 8px; /* Thin scrollbar for WebKit browsers */
        }
        .sidebar-content::-webkit-scrollbar-track {
            background: #f1f1f1; 
        }
        .sidebar-content::-webkit-scrollbar-thumb {
            background: #186C5C; 
            border-radius: 4px;
        }
        .sidebar-list li {
            display: block;
            height: 35px;
            margin: 10px;
            border-bottom: 1px solid gray;


        }
        .sidebar-list li::before {
            content: '►';
            margin-right: 10px;
            color: #186C5C;
            font-size: 22px;
        }
        .view-all-btn {
            display: block;
            width: 100%;
            padding: 10px;
            text-align: center;
            background-color: #186C5C;
            color: white;
            text-decoration: none;
            font-weight: bold;
        }
 
.main-lower-section{
  margin-top: 60px;
}        
.main-lower-section-text{
  background-color: #186C5C;
  color: white;
  padding: 12px 12px 12px 6px;
  border-top: 3px solid #084F91;
} 
.main-lower-section-text h5{
  font-weight: 500;
  font-size: 24px;
  font-family: 'ShorifJonota', serif;
}

/* coursel css  */
.coursel-section{
  background: linear-gradient(to bottom left, #186C5C,  #16443B);
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(4,1fr);
  padding: 10px;
}
.date-card-container {

  margin: 10px 0;
  width: 250px; /* Adjust width as needed */
}

.date-card {
  /* background-color: #fff; */
  /* border: 1px solid #ddd; */
  
  border-radius: 4px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}

.date-card-navigation.top {
  
  display: flex;
  justify-content: space-between;
  padding: 10px;
  /* background-color: #f5f5f5; */
}

.date-card-title {
  font-weight: 100;
  padding: 15px;
  text-align: center;
  font-size: 22px;
  color: white;
  font-weight: 100;
  /* background-color: #fff; */
  order: 2; /* Places title after navigation */
}

.date-card-image {
  order: 3; /* Places image after title */
  background-color: black;
  padding: 25px 5px 25px 5px;
}

.date-card-image img {
  width: 100%;
  height: auto;
  display: block;
}

.date-card-footer {
  background-color: #F0F0F0;
  font-weight: 100;
  color: black;
  padding: 10px 15px;
  order: 4; /* Places footer at bottom */
}

.date-card-time {
  font-size: 18px;
  font-weight: bold;
}

.date-card-channel {
  font-size: 14px;
  margin-top: 5px;
}

.nav-arrow {
  background-color: lightgray;
  color: black;
  border: none;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  font-size: 16px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s;
}

.nav-arrow:hover {
  background-color: white;
}


/* natinonal news section */
.national-new-section{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  gap: 20px;
}
.national-news-section{
  /* background-color: #F8F8F8; */
  border-top: 2px solid rgb(105, 0, 86);
}

.national-news-header {
  background-color: #186C5C;
  padding: 12px 12px 12px 6px;
  /* border-top: 3px solid #084F91; */
 
}
.national-news-header h5 {
  font-weight: 500;
  font-size: 24px;
  color: white;
  font-family: 'ShorifJonota', serif;
}
.national-news-grid {
display: flex;
flex-direction: column;
  gap: 20px;
  padding: 20px 2px 2px;
}
.main-news-item {
  /* grid-column: 1 / 3; */
  position: relative;
}
.main-news-item img {
  width: 100%;
  height: auto;
}
.main-news-item .overlay-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  padding: 10px;
}
.side-news-items {
  display: flex;
  flex-direction: column;
  gap: 15px;
  
}
.side-news-item {
  display: flex;
  align-items: center;
  gap: 15px;
}
.side-news-item img {
  width: 100px;
  height: 80px;
  object-fit: contain;
}
.side-news-item-content h3 {
  font-size: 18px;
  margin-bottom: 5px;
  font-weight: 200;
  
}

/* .national-news-lower-section */
.namaz-widget-sytem-national-lower-flex{
  display: flex;
  gap: 10px;
  align-items: center;
  margin-top: auto;

}
.national-news-lower-section{
  width: 65%;
  margin-top: 100px;
  margin-bottom: 30px;

}
.national-news-lower-section-flex{
  display: flex;
  justify-content: space-between;
  gap: 20px;
  margin-top: 20px;
}

/* local-news */
.local-news{
  display: flex;
  gap: 30px;
  margin-top: 100px;
}
.local-news-section-left{
  width: 65%;
}
.local-news-section-right{
  width: 30%;
}
.local-news-section-left-flex{
  display: grid;
  grid-template-columns: 1.7fr 1fr 1fr;
  /* display: flex; */
  gap: 30px;
  margin-top: 30px;
}
.local-news-section-left-flex .news-item:nth-child(1){
  /* height: 220px; */
  background-color: white;
}

.local-news-section-left-flex .news-item:nth-child(2) img{
  height: 150px;
  object-fit: cover;
}
.local-news-section-left-flex .news-item:nth-child(3) img{
  height: 150px;
  object-fit: cover;
}
.local-news-section-left-flex .lower{
  display: flex;
  gap: 10px;
}
.local-news-section-left-flex .news-item:nth-child(1) img{
  width: 100%;
  height: 150px;
  object-fit: cover;
}

/* buisness-news */
.buisness-news-section-right{
 width: 30%;
 display: flex;
 flex-direction: column;
}
.buisness-news .buisness-image-1 img{
}
.national-news-section .line{
 border-bottom: 0.1px dotted rgb(58, 58, 58);
}
.buisness-news{
  gap: 10px;
  margin-top: 30px;
}
.buisness-news .side-news-item-content{
  margin-bottom: 0;
}

/* international-news-section */
.international-news-section{
  margin-top: 80px;
}
.international-news{
  width: 80%;
}
.international-news-flex{
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 20px;
}
.international-news-left{
  display: flex;
  gap: 20px;
  margin-top: 10px;
}
.common{
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.international-news-left .news-item img{
  height: 150px;
  object-fit: contain;
}

/* .animal-new-section */
.animal-new-section{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 20px;
}

.travel-news{
  margin-top:30px;
}
.past-news{
  margin-top: 30px;
}

/* final-news-section */
.final-news{
  margin-top: 60px;
}
.final-news-section{
  display: flex;
  gap: 20px;
}
.final-news-section-left{
  width: 66%;
}
.final-news-section-right{
  width: 33%;
}

/* slider */
.slideshow-container {
  max-width: 1000px;
  width: 100%;
  position: relative;
  margin: auto;
}

/* Hide the images by default */
.mySlides {
  display: none;
}

/* Next & previous buttons */
.prev, .next {
  cursor: pointer;
  position: absolute;
  top: 50%;
  width: auto;
  margin-top: -22px;
  padding: 16px;
  color: white;
  font-weight: bold;
  font-size: 18px;
  transition: 0.6s ease;
  border-radius: 0 3px 3px 0;
  user-select: none;
}

/* Position the "next button" to the right */
.next {
  right: 0;
  border-radius: 3px 0 0 3px;
}

/* On hover, add a black background color with a little bit see-through */
.prev:hover, .next:hover {
  background-color: rgba(0,0,0,0.8);
}

/* Caption text */
.text {
  color: #f2f2f2;
  font-size: 15px;
  padding: 8px 12px;
  position: absolute;
  bottom: 8px;
  width: 100%;
  text-align: center;
}

/* Number text (1/3 etc) */
.numbertext {
  color: #f2f2f2;
  font-size: 12px;
  padding: 8px 12px;
  position: absolute;
  top: 0;
}

/* The dots/bullets/indicators */

/* Fading animation */
.fade {
  animation-name: fade;
  animation-duration: 1.5s;
}

@keyframes fade {
  from {opacity: .4}
  to {opacity: 1}
}

.final-news-section-left-flex{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.final-news-section-images{
  display: flex;
  gap: 10px;
}
.final-news-section-images .news-item{
  background: none;
  box-shadow: none;
}

/* footer */
footer{
  background-color: #186C5C;
}
.etv-footer {

  color: white;
    display: grid;
    grid-template-columns: repeat(3,1fr);
    place-items: start;
    gap: 20px;
  padding: 15px 20px;
}

.etv-footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  gap: 15px;
}

.etv-footer-left img {
  width: 200px;
  
}

.etv-footer-left .website-links {
  display: flex;
  flex-direction: column;
}

.etv-footer-left .website-links a {
  color: white;
  text-decoration: none;
  font-size: 17px;
}



.etv-footer-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.etv-footer-right .contact-info {
  text-align: center;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
}
.footer-social-icons{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-social-icons .footer-text{
  font-size: 20px;
  text-align: center;
}
.social-icons{
  text-align: center;
  margin-top: 10px;
}
.social-icons a {
  color: white;
  text-decoration: none;
}

.etv-footer-right .social-icons a img {
  width: 15px;
  height: 15px;
}

.footer-center{
  background-color:  #124f43;
  color: white;
}
.etv-footer-center {
  text-align: center;
}

.etv-footer-center .nav-links a{
  color: white;
  text-decoration: none;
  font-size: 20px;
}
.etv-footer-center .nav-links a:hover{
  color: black;
}
.footer-last{
  background-color: #033229;
  
}
.footer-last .etv-footer-center p{
  color: white;
}
.etv-footer > div {
  padding-right: 6rem;
}
.etv-footer > div:not(:last-child) {
  border-right: 2px solid white;
  height: 100%;
}

.prayer-widget {

  text-align: center;
  /* padding: 10px; */
  border-radius: 8px;
  display: flex;
  justify-content: left;
  align-items: center;
  width: 100%; /* Fixed width on left side */
}
.prayer-widget h3 {
  background-color: #374B9B;
  padding: 10px;
  height: auto; /* instead of 100% */
  display: flex;
  align-items: center;
  color: white;
}


.scrolling-prayer-times-container {
  width: 80%; /* 80% width for the scrolling section */
  overflow: hidden; /* Prevent overflow from showing */
  background-color: #f5f5f5;
  padding: 5px;
  border: 0.5px solid #374B9B;
  border-left: none;
  margin-left: 5px;
}

.scrolling-prayer-times {
  display: flex;
  white-space: nowrap;
  font-size: 18px;
  font-weight: bold;
  animation: scroll-left 15s linear infinite;
  justify-content: space-between;
  align-items: center;
}

.prayer-item {
  display: flex;
  align-items: center;
  font-size: 18px;
  margin-bottom: 8px;
  justify-content: center;
  margin: 5px 10px;
  gap: 8px;
}

.dot {
  width: 10px;
  height: 10px;
  background-color: #374B9B; /* Blue color */
  border-radius: 50%;
  flex-shrink: 0;
}

/* top-headline */
.prayer-widget{
  display: flex;
}

/* Scrolling animation */
@keyframes scroll-left {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(-100%);
  }
}
@media (max-width:1090px){
  .coursel-section{
    grid-template-columns: repeat(3,1fr);
  }
  .namaz-widget-sytem-national-lower-flex{
  flex-wrap:wrap;
  
  }
}

@media (max-width:900px){
  .logo img {
    width: 170px;
  }
  .three-section{
    grid-template-columns: 1fr;
  }
  .coursel-section{
    grid-template-columns: repeat(2,1fr);
  }
}
@media (max-width:768px){
  .site-title, .right-section{
    display: none;

  }
  header {
    padding: 20px 20px;
    height: 50px;
  }

  .news-grid {
    flex-direction: column;
  }
  .main-news{
    width: 100%;
  }
  .new-grid{
    grid-template-columns: 1fr;
  }
.news-item{
  display: flex;
  gap: 20px;
  box-shadow: 0px 1px 1px 1px rgb(0, 0, 0,0.2);
}
.news-item img{
  width: 150px;
}
.coursel-section{
  grid-template-columns: 1fr;
}
.date-card-container{
  width: 100%;
}
.national-new-section{
  grid-template-columns: 1fr;
}
.national-news-grid .side-news-item img {
  width: 200px;
  height: 150px;
}
.national-news-grid .side-news-items{
  gap: 1px;
}
.side-news-item img{
  object-fit: contain;
}
.national-news-lower-section{
  width: 100%;
}
/* .national-news-lower-section */
.national-news-lower-section-flex{
  flex-direction: column;
}
.national-news-lower-section-flex .news-item{
  flex-direction: column;
}
.national-news-lower-section-flex .news-item img{
  width: 100%;
}
.local-news{
 flex-direction: column;
}
.local-news-section-left{
  width: 100%;
}
.local-news-section-right{
  width: 100%;
}
.local-news-section-left-flex{
  grid-template-columns: 1fr;
}

.local-news-section-left-flex .news-item:nth-child(2) img{
  object-fit: cover;
  height: 100%;
}
.local-news-section-left-flex .news-item:nth-child(3) img{
  object-fit: cover;
  height: 100%;
}
.local-news-section-left-flex .lower{
  height: 100%;
  flex-direction: column;
  gap: 10px;
}
.local-news-section-left-flex .news-item:nth-child(1) img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.local-news-section-left-flex .news-item{
  flex-direction: column;
}
.local-news-section-left-flex .news-item img{
  width: 100%;
}
.local-news .buisness-news-section-right{
  width: 100%;
}
.international-news{
  width: 100%;
}
.international-news-flex{
  display: grid;
  grid-template-columns:1fr;
  gap: 20px;
}
.international-news-left{
  display: flex;
  flex-direction: column;
  gap: 20px;
  margin-top: 10px;
}
.common .news-item{

  flex-direction: column;
}
.common .news-item img{
  width: 100%;
  height: 100%;
}
.international-news-right{
  width: 100%;
}
.international-news-right .main-container{
  flex-direction: column;
}
.international-news-right .main-container .left-img img{
  width: 100%;
  /* height: 100%; */
}
.international-news-right .main-container .left-text h5{
  display: none;
}
.animal-new-section{
  grid-template-columns:1fr;
}
.final-news-section{
  flex-direction: column;
}
.final-news-section-left{
  width: 100%;
}
.final-news-section-right{
  width: 100%;
}
.final-news-section-images{
  flex-direction: column;
}
.final-news-section-images .news-item{
  flex-direction: column;
}
.final-news-section-images .news-item img{
  width: 100%;
}
.etv-footer {

    grid-template-columns: 1fr;
    place-items: center;
    gap: 20px;
  padding: 15px 20px;
}


.etv-footer-left {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  
  gap: 15px;
}

.etv-footer-left img {
  width: 200px;
  
}

.etv-footer-left .website-links {
  display: flex;
  flex-direction: column;
}

.etv-footer-left .website-links a {
  color: white;
  text-decoration: none;
  font-size: 17px;
}



.etv-footer-right {
  display: flex;
  align-items: center;
  gap: 15px;
}

.etv-footer-right .contact-info {
  text-align: center;
  font-size: 22px;
  display: flex;
  flex-direction: column;
  gap: 10px;
  line-height: 1.5;
}
.footer-social-icons{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.footer-social-icons .footer-text{
  font-size: 20px;
  text-align: center;
}
.social-icons{
  text-align: center;
  margin-top: 10px;
}
.social-icons a {
  color: white;
  text-decoration: none;
}

.etv-footer-right .social-icons a img {
  width: 15px;
  height: 15px;
}

.footer-center{
  color: white;
}
.etv-footer-center {
  text-align: center;
}
/* main{
  padding-top: -60px;
} */

}
@media screen and (max-width: 923px) {
  .header-bg{
    position: fixed;
    width: 100%;
    z-index: 9999;
  }
  .menu-icon {
    display: block;
  }
  .menu-icon{
    display: block;
    font-size: 25px;
    color: white;
    cursor: pointer;
    border: 1px solid white;
    padding: 5px 10px 5px 10px;
    border-radius: 5px;
  }
  
  /* Mobile navigation styling */
  .mobile-nav {
    position: fixed;
    top: 17%;            
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #11594c;
    z-index: 1000;
    overflow-y: auto;
    transform: translateY(100%);
    transition: transform 0.3s ease-in-out;
  }
  
  .mobile-nav.active {
    transform: translateX(0);
  }
  .right-arrow{
    display: block;
  }
  .down-arrow{
    display: none;
  }
  .mobile-nav nav ul {
    flex-direction: column;
    list-style: none;
    padding: 0;
    margin: 0;
  }
  
  .mobile-nav nav ul li {
    width: 100%;
  }
  .mobile-nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
  }
  .mobile-nav nav ul li a {
    /* display: flex; */
    padding: 15px;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    color: #fff;
    text-decoration: none;
  }
  
  /* Dropdown styling */
  .mobile-nav nav ul li ul.dropdown {
    display: none;
    left: 15%;
    top: 50%;
  }
  
  .mobile-nav nav ul li.dropdown-active ul.dropdown {
    display: block;
  }
  .etv-footer > div {
    padding-right: 0;
  }
  .etv-footer > div:not(:last-child) {
    border-right: none;
    /* height: 100%; */
  }
  .top-headlines{
    padding-top: 160px;
    flex-direction: column;
    width: 100%;
  }
  .prayer-widget h3 {
    width: 100%;
    text-align: center;
  }
  .scrolling-prayer-times-container{
    width: 100%;
    border-left: 1px solid black;
  } 
}
@media (max-width:768px){
  .top-headlines{
    padding-top: 60px;
  }
  .mobile-nav{
    top: 7%;
  }
}
