body {
    margin: 0;
    padding: 0;

}

.main_section {
    background: url("../images/bubble-insight-bg.png");
    background-size: 84% 52%;
    background-position: top center;
    background-repeat: no-repeat;
    height: fit-content;
    padding-bottom: 96px;
margin-top: 96px;
}
.dropdown-menu {
  display: none;
}
.dropdown-menu  ul span{
  padding-left: 12px;
}
.dropdown-menu.show {
  display: block;
}
.main_section h1 {
    font-family: "Kaisei Decol";
    font-size: 60px;
    font-weight: 700;
    line-height: 68px;
    text-align: center;
    color: #FFFFFF;
    padding-top: 56px;
    padding-bottom: 20px;
    margin-bottom: 0;
}

.main_section p {

    font-family: "Manrope";
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    text-align: center;
    color: #FFFFFF;
    margin-bottom: 0;
}

.lower_div h2 {

    font-family: "Kaisei Decol";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    color: #FFFFFF;


}
.incard1{
    position: relative;
}
.incard1 .blog-btn{
    position: absolute;
    right: 0;
    bottom: 0;
    width: 60px;
    height: 60px;
    background: #DE3E28;
    border-top-left-radius: 12px;
    border-bottom-right-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
}
.incard1 .blog-btn a{
    left: 0;
    position: absolute;
    width: 0;
    transition: .5s;
    display: flex;
    align-items: center;
    justify-content: center;
}
.incard1:hover .blog-btn{
    opacity: 1;
}
.incard1:hover .blog-btn a{
    width: 100%;
    left: 0%;
}
.incard1 a {
    text-decoration: none;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* margin-top: 20px; */
    /* margin-bottom: 20px; */
}

.incard1 h3 {
    font-family: "Manrope";
    font-size: 20px;
    font-weight: 700;
    line-height: 27px;
    text-align: left;
    color: #121212;
    margin-bottom: 0;
    display: -webkit-box;
    display: box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    /* margin-top: 20px; */
    margin-bottom: 20px;
}

.incard1 p a {
    font-family: "Manrope";
    font-size: 20px;
    font-weight: 500;
    line-height: 24px;
    padding: 12px 32px 12px 32px;
    border-radius: 33px;
    border: 1px solid #DE3E28;
    color: #DE3E28;
    text-align: center;
    margin-bottom: 0;
    max-width: 247px;
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 48px;
    letter-spacing: -0.3px;
    transition: 0.5s;
}

.incard1 p a:hover{
    background:#770F00; 
    color: #F6F2EE;
    border-color: #770F00;
}

.incard1 p a:hover .download-logo {
    filter: brightness(0) invert(1); /* Invert colors for better contrast */
}

.download-logo {
    margin-left: 8px;
    transition: filter 0.5s;
    width: 24px;
    height: 24px;
}
.insights_card{
    background: #121212;
}
.cards_container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.incard1 {
    border-radius: 12px;
    flex: 0 0 32%;
    margin-bottom: 24px;
}

.insight_content {
    padding: 20px 40px 20px 20px;
    background: #F6F2EE;
    border-bottom-left-radius: 12px;
    border-bottom-right-radius: 12px;
    min-height: 146px;
}

.insight_content .bl-date{
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    color: #606060;
    margin-bottom: 8px;
}
.view-all-btn-div{
    text-align: center;
    margin-top: 14px;
}
.view-all-btn-div a{
    padding: 12px 30px;
    border-radius: 33px;
    max-width: 191px;
    min-height: 52px;
    min-width: 191px;
    font-family: Manrope;
    font-weight: 500;
    font-size: 20px;
    line-height: 24px;
    text-transform: capitalize;
    background: #DE3E28;
    border: 1px solid transparent;
    transition: .5s;
    color: #fff;
    display: inline-block;
    text-decoration: none;
}
.view-all-btn-div a:hover{
    background: #770F00;
    border-color: #770F00;
    color: #fff;
}
.insi_image {
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
    width: 100%;
    height: 336px;
    object-fit: cover;
}

.lower_div h2 {
    margin-top: 120px;
    margin-bottom: 48px;
}


.press_section {
    background: #F6F2EE;
    padding-top: 120px;
    padding-bottom: 80px;
}

.press_section h2 {

    font-family: "Kaisei Decol";
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
    text-align: center;
    margin-bottom: 0;
    padding-bottom: 28px;
}

.press-room {
    max-width: 800px;
    margin: 40px auto;
    padding: 20px;
}

/* Title */
.section-title {
    font-size: 32px;
    font-weight: bold;
    margin-bottom: 20px;
}

/* Tabs */
.tabs {
    display: flex;
    justify-content: center;
    gap: 30px;
    border-bottom: 2px solid #ddd;
    /* padding-bottom: 10px; */
    /* margin-bottom: 20px; */
}

.tab {
    background: none;
    border: none;
    font-size: 18px;
    font-weight: 500;
    cursor: pointer;
    color: #666;
    /* padding: 10px 15px 20px 15px; */
    padding: 30px 0px 28px 0px;
    margin: 0 15px;
    position: relative;
    /* padding-top: 28px; */
    font-family: "Manrope";
    font-size: 24px;
    font-weight: 400;
    line-height: 32px;
    text-align: center;

    color: #606060;

}

.tab:hover {
    color: #DE3E28;
}

.tab.active {
    color: #DE3E28;
    font-weight: 700;
    border-bottom: 3px solid #DE3E28;
}

/* .tab.active::after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -10px;
    width: 40%;
    height: 3px;
    background: #D85C3A;
    transform: translateX(-50%);
} */

/* Tab Content */
.tab-content {
    display: none;
    font-size: 16px;
    margin-top: 48px;
}

.tab-content.active {
    display: block;
}

/* Filters */
.filters {
    display: flex;
    justify-content: center;
    gap: 40px;
    margin-top: 58px;
    
}

.filter-dropdown {
    background: white;
    color: #666;
    font-size: 16px;
    padding: 12px 16px;
    width: 300px;
    border: 1px solid #ddd;
    border-radius: 6px;
    appearance: none;
    cursor: pointer;
    text-align: left;
}

.filters .dropdown-menu ul{
    width: 300px;
    list-style: none;
    padding: 10px 0;
    margin: 0;
    max-height: 352px;
    overflow: auto;
}
.press_section .filters .dropdown-menu{
  margin-top: 12px;
  padding: 0;
}
.filters .dropdown-menu ul li{
    color: #666;
    padding: 16px 12px;
    font-family: Manrope;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    cursor: pointer;
}
.filters .dropdown-menu ul li:hover{
  background-color: #F6F2EE;
}
/* Dropdown Focus Effect */
.filter-dropdown:focus {
    border: 1px solid #D85C3A;
    outline: none;
}

.filter-dropdown {
    background-image: url(../images/down_arr.svg);
    background-repeat: no-repeat;
    background-position: right 12px center;
    background-size: 14px;
}

.filter-dropdown svg{
    display: none;
}

.print_1 {
    border-bottom: 0.5px solid #C2C2C2;
    width: 100%;
}

.print_1 h3 {
    font-family: Manrope;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
    text-align: left;
    color: #606060;
}

.print_a {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.print_a a {
    text-decoration: none;
}

.print_a h4 {

    font-family: "Manrope";
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    text-align: left;
    color: #121212;
    margin-top: 28px;
    margin-bottom: 56px;
	margin-right: 24px;
}

.lower_print_div {
    max-width: 792px;
    display: flex;
    flex-direction: column;
    gap: 48px;
    margin: 0 auto;
}
.lower_print_div p{
  text-align: center;
}
.share_logo {
    margin-top: -30px;
    cursor: pointer;
    width: 28px;
    height: 28px;
    max-width: 28px;
}



.pagination {
    margin-top: 52px;
    display: flex;
    justify-content: center;
}

.page,
.arrow {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    font-size: 20px;
    height: 40px;
    color: #404040;
    cursor: pointer;
    padding: 10px;
    margin: 0 5px;
    border-radius: 50%;
    transition: background-color 0.3s, transform 0.3s;
    text-decoration: none;
}
.arrow{
  background-image: url(../images/right-arrow-black.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  font-size: 1px;
}
.prev.arrow{
  transform: rotate(180deg);
}
.prev.arrow:hover{
  background-image: url(../images/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  transform: rotate(180deg);

}
.next.arrow:hover{
  background-image: url(../images/right-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.page:hover, .page.active {
    background-color: #DE3E28;
    transform: scale(1.1);
    color: #fff;
}

.dots {
    color: #404040;
    padding: 10px;
    margin: 0 5px;
}
@media(max-width: 1024px){
  .main_section{
    margin-top: 86px;
  }
  .press_section h2{
    padding-bottom: 10px;
  }
  .insi_image{
    height: 260px;
}
.incard1 p a{
  padding: 12px 24px;
  font-size: 19px;
}
}

@media (min-width:768px) and (max-width:1023px) {

    /* .container {
        max-width: 688px;
    } */

    /* .cards_container{
        display: grid;
        grid-template-columns: repeat(2,1fr);
    } */
    .incard1 button {
       
        font-size: 16px;
    }

    .insi_image{
        width: 100%;
    }
    .incard1 h3{
        font-size: 15px;
    line-height: 23.32px;
    }
    .main_section p{
        font-size: 17px;
    }
    .main_section h1{
        font-size: 40px;
    }
    .lower_div h2 {
        margin-top: 40px;
    }
    .press_section {
        background: #F6F2EE;
        padding-top: 60px;
    }
    .tab{
        font-size: 18px;
    }
    .print_a h4 {

        font-size: 20px;
    }
    .incard1 {
        flex: 0 0 48%;
    }
   
}


@media (max-width:767px) {
  .main_section{
    margin-top: 72px;
  }
    .incard1 {
        flex: 0 0 100%;
    }
    /* 28 feb start */
    .tabs{
        overflow: auto;
        justify-content: start;
        gap: 40px;
    }
    .filters{
      flex-direction: column;
    }
    .filter-dropdown{
      width: 100%;
    }
    .tab{
      margin: 0;
    }
    .print_a{
      gap: 16px;
    }
    .print_a h4{
      margin: 16px 0;
      font-size: 20px;
    line-height: 24px;
      display: -webkit-box;
      -webkit-line-clamp: 2;
      -webkit-box-orient: vertical;
      overflow: hidden;
    }
    .main_section h1{
      font-size: 32px;
      line-height: 40px;
      padding: 40px 0 0 0;
    }
    .main_section p{
      font-size: 18px;
      line-height: 26px;
    }
    .lower_div h2{
      font-size: 28px;
    line-height: 40px;
    margin: 32px 0;
    }
    .incard1 h3{
      font-size: 18px;
    line-height: 26px;
    margin: 0;
    }
    .incard1 p a{
      font-size: 18px;
      line-height: 24px;
    }
    .main_section{
      padding-bottom: 16px;
    }
    .press_section{
      padding: 40px 0;
    }
    .press_section h2{
      font-size: 28px;
      line-height: 40px;
      padding-bottom: 0;
    }
    .print_1 h3{
      font-size: 14px;
    line-height: 20px;
    margin-bottom: 0;
    }
    .pagination{
      margin: 0;
      padding-top: 0 ;
    }
    .print_a a:first-child{
      flex: 0 0 85%;
    }
    .print_a a:last-child{
      flex: 0 0 10%;
    }
    /* 28 feb end */
}