@charset "utf-8";
/* CSS Document */


/*==========  Non-Mobile First Method  ==========*/

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1920px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1536px) {

}

@media only screen and (max-width : 1399px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1280px) {

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1199px) {

    .navbar-nav {
        gap: 10px;
    }

    .navbar-nav .nav-link{
        font-size: 12px;
    }

    .btm_nav_btn {
        padding: 20px 25px;
        font-size: 12px;
    }

}

/* Large Devices, Wide Screens */
@media only screen and (max-width : 1024px) {

}

/* Medium Devices, Desktops */
@media only screen and (max-width : 991px) {
    .idea_right_col{
        background-image: none;
    }

    .top_border_accordion .accordion-button {
        box-shadow: none !important;
        padding: 25px;
    }

    .news_slider {
        padding-top: 130px;
    }

    .news_slider .swiper-button-next, .news_slider .swiper-button-prev {
        top: 95px;
    }

    .quick_links_swiper .swiper-slide {
        height: 350px;
    }

    .quick_links_swiper{
        padding-bottom: 45px;
    }
    
    .footer_logo{
        margin-bottom: 25px;
    }

    .idea_right_col{
        min-height: 100% !important;
    }

    .idea_crsl_div{
        height: 130px;
    }

    .idea_left_col {
        min-height: 63px;
    }

    .idea_Carousel {
        top: 109px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 768px) {

    .copy_right_div{
        flex-direction: column;
        align-items: start;
        padding-bottom: 15px;
    }

    .copy_right_div p{
        margin-bottom: 5px;
    }

    .contact_form{
        padding: 20px;
    }

    .news_detail_box h5{
        min-height: auto;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 767px) {

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 575px) {
    
    .quick_links_swiper .swiper-slide {
        height: 350px;
    }

    .top_border_accordion .accordion-button {
        padding: 20px 0;
    }

    .btm_nav_btn{
        display: none;
    }

    .idea_heading {
        font-size: 22px;
    }

    .sec_padding {
        padding-top: 50px;
        padding-bottom: 50px;
    }

    h1 {
        font-size: 25px;
    }

    .about_left_col p {
        font-size: 17px;
    }

    .top_border_accordion .accordion-button .item-number {
        margin-right: 10px;
    }

    .top_border_accordion .accordion-button{
        font-size: 20px;
    }

    .top_border_accordion .accordion-button:not(.collapsed)::after {
        padding: 8px;
        width: 32px;
        height: 32px;
        background-size: 12px;
    }

    .top_border_accordion .accordion-button.collapsed::after {
        padding: 8px;
        width: 32px;
        height: 32px;
        background-size: 12px;
        border-color: #f3f3f3;
    }

    .light_hover_card {
        padding: 10px 20px;
    }

    .light_hover_card h5{
        font-size: 15px;
    }

    .mobile_menu ul li {
        font-size: 16px;
        padding: 12px 5px;
    }

    .custom-card:after{
        height: 800px !important;
    }

    .custom-card .reveal-content {
        max-height: 200px; /* Adjust based on content size */
        opacity: 1;
    }

    footer{
        margin-top: 85px;
    }

    .social_link {
        margin-left: 8px;
    }

}

/* Extra Small Devices, Phones */
@media only screen and (max-width : 480px) {

}

@media only screen and (max-width : 460px) {
  
}

/* Custom, iPhone Retina */
@media only screen and (max-width : 375px) {

}


/* Custom, iPhone Retina */
@media only screen and (max-width : 360px) {

}


@media only screen and (max-width : 320px) {
 
}