body {
  margin: 0;
  /* font-family: Arial, sans-serif; */
}

.hidden-search-bar {
  display: none;
}
.navbar2 {
  background-color: #ffffff;
  color: #000000;
  padding: 10px 20px;
}

input[type=button]:hover {
color: #ffffff;
background-color: #000000;
border-radius: 50px;
}  

.navbar2-container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.navbar2-logo a {
  color: #000000;
  text-decoration: none;
  font-size: 1.2rem;
}

.navbar2-links a {
  color: #000000;
  text-decoration: none;
  margin-right: 20px;
}

.dropdown {
  position: relative;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #333;
  min-width: 160px;
  z-index: 1;
}

.dropdown-content a {
  color: #fff;
  padding: 12px 16px;
  display: block;
  text-decoration: none;
}

.dropdown:hover .dropdown-content {
  display: block;
}

.navbar2-toggle {
  display: block;
  flex-direction: column;
  cursor: pointer;
}

.navbar2-toggle span {
  height: 3px;
  width: 25px;
  background-color: #fff;
  margin-bottom: 4px;
  transition: all 0.3s ease-in-out;
}

.breadcumb-wrapper{
  height: 150pt !important;
}

/* @media (max-width: 768px) {
  .navbar2-links {
    display: none;
    flex-direction: column;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }

  .navbar2-links a {
    margin: 10px 0;
  }

  .navbar2-links .dropdown-content {
    position: static;
    display: none;
    background-color: #333;
  }

  .navbar2-links .dropdown:hover .dropdown-content {
    display: block;
  }

  .navbar2-toggle {
    display: flex;
  }

  .open {
    display: block;
  }

  .navbar2-toggle .open:nth-child(1) {
    transform: rotate(-45deg) translate(-5px, 6px);
  }

  .navbar2-toggle .open:nth-child(2) {
    opacity: 0;
  }

  .navbar2-toggle .open:nth-child(3) {
    transform: rotate(45deg) translate(-5px, -6px);
  }
} */

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

.contact-info {
  display: flex;
}

.contact-item {
  margin-right: 20px;
}

.social-icons a {
  color: #fff;
  text-decoration: none;
  margin-left: 10px;
}


.section-banner {
  background-image: url('../../images/banner.jpg'); 
  background-size: cover;
  background-position: center;
  height: 300px; 
  position: relative;
}

.section-banner:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5); 
}

.banner-content {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  color: #fff;
}

.banner-content h1 {
  font-size: 36px;
  margin-bottom: 20px;
  /* font-family: "Madimi One", sans-serif; */
  /* font-weight: 400; */
  /* font-style: normal; */
}

.breadcrumb5 {
  background: transparent;
  padding: 0;
  margin: 0;
  list-style: none;
}

.breadcrumb-item {
  display: inline-block;
  margin-right: 5px;
}

.breadcrumb-item a {
  color: #fff;
  text-decoration: none;
}

.breadcrumb-item.active {
  color: #fff;
}

.container h2{
  font-family: "Madimi One", sans-serif;
font-weight: 400;
font-style: normal;
}
#container{
  background-color: #F1F1F1;
  padding: 10px;
}

.type {
  /* background-color: #333; */
  color: #fff;
  padding: 10px 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.type-info {
  display: flex;
}

.type-item {
  margin-right: 20px;
}




#blog-content div .main-content img{
  border-radius: 5px;
}


/* My Css */

.img_png{
  width: 3rem;
  height: 3rem;
}

.foooter{
  /* margin-left: 1rem; */
  /* margin-right: 1rem; */
  padding-top: 3rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin-top: 2rem;

  /* width: 94%; */
  height: 20rem;
  background: rgb(99, 99, 177);
}

.foot_head{
  line-height: 0;
  color: whitesmoke;
}

.foot_inp{
  font-size: 1.5rem;
  font-weight: bold;
}

.foot_btn{
  margin: 0;
  padding: 1rem 2rem;
  font-size: 1rem;
  text-decoration: none;
  color: white;
  background: black;
  font-weight: bold;

}

.grid_2_heading{
  padding-top: 2rem;
}

.breadcumb-wrapper{
  background-image:linear-gradient(rgba(0, 0, 0, 0.5),
  rgba(0, 0, 0, 0.5)), url("../../images/blog-bannerNew.jpg") !important;
}

/* new css */

/* .btn2{
  border: 1px solid black;
  border-radius: 20px;
  padding: 7px 15px;
  text-decoration:none;
  color: black;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  background-color: white;
  font-size: 15px;

}

.btn1{
  border: 1px solid black;
  border-radius: 20px;
  padding: 7px 15px;
  text-decoration:none;
  color: white;
  background-color: black;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 15px;
}
.btn3{
 
  border-radius: 20px;
  padding: 7px 15px;
  text-decoration:none;
  color: rgb(255, 0, 0);
  background-color: rgb(255, 198, 198);
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
}
.btn4{
 
  border-radius: 20px;
  padding: 7px 15px;
  text-decoration:none;
  color: rgb(0, 0, 0);
  background-color: rgb(255, 233, 186);
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
}

.btn5{
 
  border-radius: 20px;
  padding: 7px 15px;
  text-decoration:none;
  color: rgb(0, 0, 0);
  background-color: rgb(245, 242, 235);
  font-family:Verdana, Geneva, Tahoma, sans-serif;
  font-size: 12px;
} */

.btn:focus{
    background-color: #25256B;
    color: #F9B545;
    border-radius: 400px;
}
.card-text5{
  font-weight: 600;
  margin-top: 5px;
}
small img{
  width: 30px;
  height: 30px;
  border-radius: 50%;
}


.text-container {
  display: inline-block; 
  position: relative; 
}

/* Style for the line */
.text-container::after {
  content: ""; 
  position: absolute; 
  top: 50%; 
  left: 100%; 
  margin-left: 5px;
  width: 1000px; 
  border-bottom: 1px solid rgb(15, 148, 3); 
}


.image-row {
  position: relative;
}

.image-container {
  position: relative;
  overflow: hidden;
  height: 100%;
  cursor: pointer;
}

.image-container img {
  width: 100%;
  display: block;
}

.image-text {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity as needed */
  color: white;
  padding: 5px 10px;
  font-size: 18px;
  font-weight: bold;
}
.sec-title{
font-family:var(--title-font);
}

.authorIMG{
  height: 30px !important;
  clip-path: circle();
}

@media (min-width: 767px){
#blog-content{
  margin-left: 20px;
}
.btn{
  width: 20%;
}
#container{
padding-left: 5%;
padding-right: 5%;
}

.main-content , .SubData{
width: 450px;
justify-content: center;
}

}

@media(max-width: 760px){
.btn:focus{
  color: #F9B545;
}
.mobileText{
  text-align: center;
}
.videoSection{
  display: block !important;
}
.col-4{
  max-width: 100% !important;
}
.boxx{
  /* max-height: fit-content; */
  height: 500px;
}
.videoThumbnail{
  height: 50% !important;
  width: 100%;
}
.ot-video{
  min-height: auto !important;
}
.boxx{
  height: auto;
}
.viewAllMObile{
  background-color: #000000;
   }
   .viewAllMObile input {
    color: #F1F1F1;
   }

}


.ViewAllbtn{
  background-color: transparent;
  color: #F9B545;
  border: none;
}

/* General adjustments */
.custom-navbar {
  padding: 10px 15px;
}

.custom-container {
  max-width: 100%;
}

.custom-row {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.custom-col {
  flex: 1 1 auto;
}

.custom-category-btn {
  margin: 5px;
  padding: 8px 12px;
  font-size: 14px;
}

.ViewAllbtn {
  margin: 5px 0;
  padding: 8px 12px;
  font-size: 14px;
}

.authorIMG {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}

/* Responsive media queries */
@media (max-width: 768px) {
  .custom-row {
    flex-direction: column;
    align-items: center;
  }

  .custom-category-btn {
    font-size: 12px;
    padding: 6px 10px;
  }

  .ViewAllbtn {
    font-size: 12px;
    padding: 6px 10px;
  }

  #large-card img {
    width: 100%;
    height: auto;
  }

  #small-cards .card {
    margin-bottom: 1rem;
  }

  .authorIMG {
    width: 30px;
    height: 30px;
  }
}

@media (max-width: 576px) {
  .custom-row {
    justify-content: center;
  }

  .custom-category-btn {
    width: 100%;
    margin-bottom: 5px;
  }

  .ViewAllbtn {
    width: 100%;
  }

  #large-card img {
    width: 100%;
  }

  .card img {
    width: 100%;
    height: auto;
  }
}


/* General styles (applies to all screen sizes) */
.custom-navbar {
  padding: 10px 15px;
}

.custom-category-btn,
.custom-view-all-articles-btn,
.ViewAllbtn {
  padding: 10px 15px;
  font-size: 14px;
  width: auto;
}

.ViewAllbtn {
  margin: 5px 0;
}

/* iPhone SE and small screens (up to 375px width) */
@media (max-width: 375px) {
  .custom-category-btn {
    width: 100%;
    font-size: 12px;
    padding: 8px 10px;
    margin-bottom: 5px;
  }
  
  .custom-view-all-articles-btn {
    width: 100%;
    font-size: 12px;
    padding: 8px 10px;
  }

  .ViewAllbtn {
    width: 100%;
    font-size: 12px;
    padding: 8px 10px;
  }

  .row {
    margin: 0 auto;
  }

  .text-center, .text-md-end {
    text-align: center;
  }
}

/* Medium screens (iPhone 12 Pro) up to 390px */
@media (max-width: 390px) {
  .custom-category-btn {
    width: 100%;
    padding: 8px;
    font-size: 13px;
  }

  .custom-view-all-articles-btn {
    padding: 8px;
    font-size: 13px;
  }

  .ViewAllbtn {
    padding: 8px;
    font-size: 13px;
  }
}

/* Samsung Galaxy S8+ (up to 360px width) */
@media (max-width: 360px) {
  .custom-category-btn {
    width: 100%;
    padding: 7px 8px;
    font-size: 11px;
  }

  .custom-view-all-articles-btn,
  .ViewAllbtn {
    width: 100%;
    padding: 7px 8px;
    font-size: 11px;
  }

  .col-md-4, .col-md-8 {
    width: 100%;
    text-align: center;
  }
}

/* iPad and larger small screens (768px max) */
@media (max-width: 768px) {
  .custom-navbar {
    padding: 5px;
  }

  .custom-category-btn,
  .custom-view-all-articles-btn {
    width: auto;
    font-size: 14px;
  }

  .d-flex {
    flex-direction: column;
    align-items: center;
  }

  .text-md-end {
    text-align: center;
  }
}



.ViewAllbtn {
  margin-left: 0;
  font-weight: 700;
}

@media (min-width: 1024px) {
  .ViewAllbtn {
    margin-left: 1100px;
  }
}

.category-slider .swiper-wrapper {
  display: flex;
  align-items: center;
}
.category-slider .swiper-slide {
  width: auto;
}
.custom-category-btn {
  white-space: nowrap;
}


.custom-arrow{
  color: #F9B545 !important;
}
.px-2em{
  padding-left: 2rem !important;
  padding-right: 2rem !important;
}