/* Desktop hover */
@media (min-width: 768px) {
    .custom-dropdown:hover .dropdown-menu {
        display: block;
    }
}

@media (max-width: 1440px) {
    .Custome_navbar .container-fluid {
        width: 100%;
    }
    .main_banner .Banner_slider .section_title {
        width: 52%;
        margin-left: 10%;
    }
    .container{
        max-width: 1200px !important;
    }
    .Counter_sec .sedo_box {
        position: absolute;
        content: "";
        width: 1500px;
        height: 900px;
        left: -24%;
        top: 2%;
        background-color: rgba(37, 168, 224, 0.5411764706);
        transform: rotate(60deg);
    }
}
@media (max-width: 1360px) {
    .Custome_navbar .container-fluid {
        width: 100%;
    }
    .main_banner .Banner_slider .section_title {
        width: 52%;
        margin-left: 10%;
    }

}

/* 🔵 Large Devices (Desktops) */
@media (max-width: 1200px) {
    .custom-dropdown.open .dropdown-menu {
        display: block;
        position: static;
        box-shadow: none;
    }

    .dropdown-icon {
        cursor: pointer;
    }

    .Custome_navbar .heder_logo {
        width: 180px;
    }

    .topbar .contact_detail {
        flex-wrap: wrap;
    }
    .topbar .contact_detail ul {
        gap: 6px;
    }
    
    .section_title h2{
        font-size: 30px;
    }
    
    .section_title p{
        font-size: 16px;
    }
    
    .topbar .container-fluid {
        width: 100%;
    }
    .topbar .contact_detail ul li {
        font-size: 14px;
    }
    .Custome_navbar {
        position: relative !important;
    }
    .Custome_navbar .container-fluid {
        width: 100%;
    }
    .Custome_navbar .navbar-nav .nav-item .nav-link {
        color: #000;
        font-size: 16px;
    }    
   
    
    .main-footer .top_footer .Footer_logo {
        max-width: 180px;
    }
    .main-footer .top_footer ul {
        justify-content: center;
        gap: 9px;
        margin-top: 20px;
        padding-left: 0;
    }

    .topbar {
        display: none;
    }
    .Custome_navbar {
        position: relative !important;
        width: 100%;
        top: 0px;
        border-radius: 0px;
    }

    .main_banner .banner_slider {
        width: 95%;
        padding: 50px 0;
    }

    .main_banner .left_part .section_title h1 {
        font-size: 30px;
    }
    .main_banner .left_part .section_title p {
        font-size: 16px;
    }
    .Welcome_sec .left_hero .blue-doted,
    .Welcome_sec .left_hero .red-doted{
        display: none;
    }
    .Welcome_sec .left_part .Contain_box {
        position: relative;
        top: 0%;
    }
    .Welcome_sec .left_part .Contain_box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Why_Choose_Us .right_part .Chose_card .contain_box p,
    .Welcome_sec .section_title p,
    .Welcome_sec .left_part .Contain_box ul li,
    .Welcome_sec .left_part .Contain_box p{
        font-size: 14px;
    }

    .Certificate_sec,
    .Why_Choose_Us,
    .Global_Presence,
    .Contact_part_sec,
    .Product_sec,
    .Welcome_sec{
        padding: 50px 0;
    }
    .Contact_part_sec .section_title h2 {
        font-size: 26px;
    }
    .Counter_sec .Counter_card h3 {
        font-size: 36px;
    }
    .Counter_sec .Counter_card {
        margin: 7px;
        padding: 10px 20px;
    }
    .Why_Choose_Us .right_img{
        display: none;
    }
    .Why_Choose_Us .right_part {
        margin-left: 0px;
    }
    .Why_Choose_Us .right_part .Chose_card {
        padding: 15px;
        gap: 16px;
        margin: 25px 0;
    }
    .Why_Choose_Us .right_part .Chose_card .contain_box h3 {
        font-size: 20px;
    }
    .Certificate_sec .section_title{
        margin-bottom: 30px;
    }
    .main-footer .footer_center h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 28px;
    }
    .main-footer .footer_center .Contact_part {
        height: 100%;
    }
    .main-footer .footer_center .contain h3{
        margin-top: 0px;
    }
    .Counter_sec .sedo_box {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        transform: rotate(0deg);
    }
}


/* 🔵 Laptops */
@media (max-width: 992px) {
    .custom-dropdown.open .dropdown-menu {
        display: block;
        position: static;
        box-shadow: none;
    }

    .dropdown-icon {
        cursor: pointer;
    }

    .Custome_navbar .heder_logo {
        width: 180px;
    }

    .topbar .contact_detail {
        flex-wrap: wrap;
    }
    .topbar .contact_detail ul {
        gap: 6px;
    }
    
    .section_title h2{
        font-size: 30px;
    }
    
    .section_title p{
        font-size: 16px;
    }
    
    .topbar .container-fluid {
        width: 100%;
    }
    .topbar .contact_detail ul li {
        font-size: 14px;
    }
    .Custome_navbar {
        position: relative !important;
    }
    .Custome_navbar .container-fluid {
        width: 100%;
    }
    .Custome_navbar .navbar-nav .nav-item .nav-link {
        color: #000;
        font-size: 16px;
    }    
   
    
    .main-footer .top_footer .Footer_logo {
        max-width: 180px;
    }
    .main-footer .top_footer ul {
        justify-content: center;
        gap: 9px;
        margin-top: 20px;
        padding-left: 0;
    }

    .topbar {
        display: none;
    }
    .Custome_navbar {
        position: relative !important;
        width: 100%;
        top: 0px;
        border-radius: 0px;
    }

    .main_banner .banner_slider {
        width: 95%;
        padding: 50px 0;
    }

    .main_banner .left_part .section_title h1 {
        font-size: 30px;
    }
    .main_banner .left_part .section_title p {
        font-size: 16px;
    }
    .Welcome_sec .left_hero .blue-doted,
    .Welcome_sec .left_hero .red-doted{
        display: none;
    }
    .Welcome_sec .left_part .Contain_box {
        position: relative;
        top: 0%;
    }
    .Welcome_sec .left_part .Contain_box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Why_Choose_Us .right_part .Chose_card .contain_box p,
    .Welcome_sec .section_title p,
    .Welcome_sec .left_part .Contain_box ul li,
    .Welcome_sec .left_part .Contain_box p{
        font-size: 14px;
    }

    .Certificate_sec,
    .Why_Choose_Us,
    .Global_Presence,
    .Contact_part_sec,
    .Product_sec,
    .Welcome_sec{
        padding: 50px 0;
    }
    .Contact_part_sec .section_title h2 {
        font-size: 26px;
    }
    .Counter_sec .Counter_card h3 {
        font-size: 36px;
    }
    .Counter_sec .Counter_card {
        margin: 7px;
        padding: 10px 20px;
    }
    .Why_Choose_Us .right_img{
        display: none;
    }
    .Why_Choose_Us .right_part {
        margin-left: 0px;
    }
    .Why_Choose_Us .right_part .Chose_card {
        padding: 15px;
        gap: 16px;
        margin: 25px 0;
    }
    .Why_Choose_Us .right_part .Chose_card .contain_box h3 {
        font-size: 20px;
    }
    .Certificate_sec .section_title{
        margin-bottom: 30px;
    }
    .main-footer .footer_center h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 28px;
    }
    .main-footer .footer_center .Contact_part {
        height: 100%;
    }
    .main-footer .footer_center .contain h3{
        margin-top: 0px;
    }
    .Counter_sec .sedo_box {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        transform: rotate(0deg);
    }
}



/* 🔵 Tablets */
@media (max-width: 768px) {
    .custom-dropdown.open .dropdown-menu {
        display: block;
        position: static;
        box-shadow: none;
    }

    .dropdown-icon {
        cursor: pointer;
    }

    .Custome_navbar .heder_logo {
        width: 180px;
    }

    .topbar .contact_detail {
        flex-wrap: wrap;
    }
    .topbar .contact_detail ul {
        gap: 6px;
    }
    
    .section_title h2{
        font-size: 30px;
    }
    
    .section_title p{
        font-size: 16px;
    }
    
    .topbar .container-fluid {
        width: 100%;
    }
    .topbar .contact_detail ul li {
        font-size: 14px;
    }
    .Custome_navbar {
        position: relative !important;
    }
    .Custome_navbar .container-fluid {
        width: 100%;
    }
    .Custome_navbar .navbar-nav .nav-item .nav-link {
        color: #000;
        font-size: 16px;
    }    
   
    
    .main-footer .top_footer .Footer_logo {
        max-width: 180px;
    }
    .main-footer .top_footer ul {
        justify-content: center;
        gap: 9px;
        margin-top: 20px;
        padding-left: 0;
    }

    .topbar {
        display: none;
    }
    .Custome_navbar {
        position: relative !important;
        width: 100%;
        top: 0px;
        border-radius: 0px;
    }

    .main_banner .banner_slider {
        width: 95%;
        padding: 50px 0;
    }

    .main_banner .left_part .section_title h1 {
        font-size: 30px;
    }
    .main_banner .left_part .section_title p {
        font-size: 16px;
    }
    .Welcome_sec .left_hero .blue-doted,
    .Welcome_sec .left_hero .red-doted{
        display: none;
    }
    .Welcome_sec .left_part .Contain_box {
        position: relative;
        top: 0%;
    }
    .Welcome_sec .left_part .Contain_box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Why_Choose_Us .right_part .Chose_card .contain_box p,
    .Welcome_sec .section_title p,
    .Welcome_sec .left_part .Contain_box ul li,
    .Welcome_sec .left_part .Contain_box p{
        font-size: 14px;
    }

    .Certificate_sec,
    .Why_Choose_Us,
    .Global_Presence,
    .Contact_part_sec,
    .Product_sec,
    .Welcome_sec{
        padding: 50px 0;
    }
    .Contact_part_sec .section_title h2 {
        font-size: 26px;
    }
    .Counter_sec .Counter_card h3 {
        font-size: 36px;
    }
    .Counter_sec .Counter_card {
        margin: 7px;
        padding: 10px 20px;
    }
    .Why_Choose_Us .right_img{
        display: none;
    }
    .Why_Choose_Us .right_part {
        margin-left: 0px;
    }
    .Why_Choose_Us .right_part .Chose_card {
        padding: 15px;
        gap: 16px;
        margin: 25px 0;
    }
    .Why_Choose_Us .right_part .Chose_card .contain_box h3 {
        font-size: 20px;
    }
    .Certificate_sec .section_title{
        margin-bottom: 30px;
    }
    .main-footer .footer_center h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 28px;
    }
    .main-footer .footer_center .Contact_part {
        height: 100%;
    }
    .main-footer .footer_center .contain h3{
        margin-top: 0px;
    }
    .Counter_sec .sedo_box {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        transform: rotate(0deg);
    }
}


/* Mobile open */
@media (max-width: 576px) {
    .custom-dropdown.open .dropdown-menu {
        display: block;
        position: static;
        box-shadow: none;
    }

    .dropdown-icon {
        cursor: pointer;
    }

    .Custome_navbar .heder_logo {
        width: 180px;
    }

    .topbar .contact_detail {
        flex-wrap: wrap;
    }
    .topbar .contact_detail ul {
        gap: 6px;
    }
    
    .section_title h2{
        font-size: 30px;
    }
    
    .section_title p{
        font-size: 16px;
    }
    
    .topbar .container-fluid {
        width: 100%;
    }
    .topbar .contact_detail ul li {
        font-size: 14px;
    }
    .Custome_navbar {
        position: relative !important;
    }
    .Custome_navbar .container-fluid {
        width: 100%;
    }
    .Custome_navbar .navbar-nav .nav-item .nav-link {
        color: #000;
        font-size: 16px;
    }    
   
    
    .main-footer .top_footer .Footer_logo {
        max-width: 180px;
    }
    .main-footer .top_footer ul {
        justify-content: center;
        gap: 9px;
        margin-top: 20px;
        padding-left: 0;
    }

    .topbar {
        display: none;
    }
    .Custome_navbar {
        position: relative !important;
        width: 100%;
        top: 0px;
        border-radius: 0px;
    }

    .main_banner .banner_slider {
        width: 95%;
        padding: 50px 0;
    }

    .main_banner .left_part .section_title h1 {
        font-size: 30px;
    }
    .main_banner .left_part .section_title p {
        font-size: 16px;
    }
    .Welcome_sec .left_hero .blue-doted,
    .Welcome_sec .left_hero .red-doted{
        display: none;
    }
    .Welcome_sec .left_part .Contain_box {
        position: relative;
        top: 0%;
    }
    .Welcome_sec .left_part .Contain_box h3 {
        font-size: 20px;
        margin-bottom: 15px;
    }
    .Why_Choose_Us .right_part .Chose_card .contain_box p,
    .Welcome_sec .section_title p,
    .Welcome_sec .left_part .Contain_box ul li,
    .Welcome_sec .left_part .Contain_box p{
        font-size: 14px;
    }

    .Certificate_sec,
    .Why_Choose_Us,
    .Global_Presence,
    .Contact_part_sec,
    .Product_sec,
    .Welcome_sec{
        padding: 50px 0;
    }
    .Contact_part_sec .section_title h2 {
        font-size: 26px;
    }
    .Counter_sec .Counter_card h3 {
        font-size: 36px;
    }
    .Counter_sec .Counter_card {
        margin: 7px;
        padding: 10px 20px;
    }
    .Why_Choose_Us .right_img{
        display: none;
    }
    .Why_Choose_Us .right_part {
        margin-left: 0px;
    }
    .Why_Choose_Us .right_part .Chose_card {
        padding: 15px;
        gap: 16px;
        margin: 25px 0;
    }
    .Why_Choose_Us .right_part .Chose_card .contain_box h3 {
        font-size: 20px;
    }
    .Certificate_sec .section_title{
        margin-bottom: 30px;
    }
    .main-footer .footer_center h3 {
        font-size: 22px;
        margin-bottom: 15px;
        margin-top: 28px;
    }
    .main-footer .footer_center .Contact_part {
        height: 100%;
    }
    .main-footer .footer_center .contain h3{
        margin-top: 0px;
    }
    .Counter_sec .sedo_box {
        width: 100%;
        height: 100%;
        left: 0%;
        top: 0%;
        transform: rotate(0deg);
    }

    .get_inquery_sec .get_in_touch {
        padding: 24px;
        width: 100%;
        margin-left: 0px;
    }

    .Product_detail_page,
    .Single_Blog_Page,
    .Blog_Card_sec,
    .Enquery_Page_sec,  
    .Our_Philosophy_sec,
    .Director_Profile_sec,
    .Corporate_Milestone_sec,
    .About_Page_sec,
    .Comman_banner {
        padding: 50px 0px;
    }
    .Comman_banner .section_title h1 {
        font-size: 30px;
        margin-bottom: 20px;
    }
    .About_Page_sec .right_part .Image_2 {
        position: relative;
        width: 85%;
        right: 0%;
        margin-left: auto;
        bottom: 0%;
        transform: translateY(0%);
        border-radius: 30px;
        overflow: hidden;
        z-index: 6;
    }
    .About_Page_sec .right_part .Image_3 {
        position: relative;
        width: 80%;
        right: 0%;
        top: 0%;
        transform: translateY(0%);
        border-radius: 30px;
        overflow: hidden;
        z-index: 4;
    }
    .About_Page_sec .right_part .red-doted {
        left: 19%;
    }

    .Corporate_Milestone_sec {
        padding: 70px 0;
    }

    .Corporate_Milestone_sec .section_title {
        margin-bottom: 40px;
    }

    .Corporate_Milestone_sec .section_title h2 {
        font-size: 28px;
    }

    .Corporate_Milestone_sec .timeline::before {
        left: 15px;
    }

    .Corporate_Milestone_sec .milestone_card {
        padding: 15px 15px 15px 50px;
        margin-bottom: 0px;
    }

    .Corporate_Milestone_sec .milestone_card .year {
        font-size: 20px;
    }

    .Corporate_Milestone_sec .milestone_card .content {
        padding: 15px;
        text-align: start;
    }

    .Corporate_Milestone_sec .milestone_card .content h3 {
        font-size: 18px;
    }

    .Corporate_Milestone_sec .milestone_card .content p {
        font-size: 14px;
    }

    .Corporate_Milestone_sec .milestone_card::before {
        width: 12px;
        height: 12px;
        left: 10px;
    }
    .Corporate_Milestone_sec .timeline .milestone_card {
        width: 100%;
        padding: 21px 10px 0 30px
    }
    .Corporate_Milestone_sec .timeline .milestone_card:nth-child(even) {
        left: 0%;
    }
    .Corporate_Milestone_sec .timeline .milestone_card:nth-child(even)::before{
        left: 8px;
    }

    .Enquery_Page_sec .section_title .Bottom_image {
        position: relative;
    }
    .Contact_Page_sec .section_title {
        padding: 30px 20px;
    }
    .Contact_Page_sec .section_title .Contact_detail {
        margin: 16px 0px;
        padding: 15px;
        gap: 7px;
    }
    .Contact_Page_sec .section_title .Contact_detail .icon_box {
        height: 40px;
        width: 40px;
    }
    .Single_Blog_Page .blog_card .blog_img {
        width: 100%;
        height: auto;
    }
    .Single_Blog_Page .blog_card .blog_content h2 {
        font-size: 24px;
    }
    .Product_detail_page .product_content h2 {
        font-size: 24px;
    }
    .Product_detail_page .Product_image {
        margin-left: 00px;
        margin: 20px 0;
    }
}