@media screen and (max-width: 1200px) {
    .nav-dropdown:hover .dropdown-content,
    .nav-dropdown:has(.dropdown-content:hover) .dropdown-content {
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
    }
  
    .nav-dropdown.open .dropdown-content {
      display: block;
      opacity: 1;
      visibility: visible;
      pointer-events: auto;
      animation: dropdownSlide 0.3s ease forwards;
    }

    header.scroll_header{
        padding: 15px 0;
    }

    header .navbar-toggler {
        color: #333333;
    }

    header .header_btn_wrapper {
        margin: 10px 0;
    }

    header .dropdown-content {
        left: 82%;
        border: 1px solid #00A2FF !important;
        z-index: 99;
        border-radius: 0;
    }

    .core_slider_container .slider .slide {
        width: 70%;
        height: 430px;
    }

    .core_slider_container .speedotv_content {
        max-width: 390px;
    }

    header .navbar-nav .nav-item .nav-link:hover::after {
        width: 0px;
    }

    .home_product_sec .feature_card {
        padding: 0 20px;
    }

    .home_product_sec .feature_card h2 {
        font-size: 28px;
        padding-top: 25px;
    }

    .sub_footer_sec a,
    .sub_footer_sec span {
        font-size: 12px;
    }

    .oot_access_sec .oot_access_content {
        max-width: 100%;
    }

    .home_product_sec .product_heading {
        max-width: 100%;
    }

    .about_banner_section {
        background-position: center;
        padding: 3rem 0 0;
    }

    .services_banner_sec {
        background-position: left;
    }

    .enterprise_solution_sec .inner_content_box {
        padding: 28px 23px;
        max-width: 850px;
    }

    .about_values_section .value_card {
        padding: 20px 12px;
    }
}

@media screen and (max-width: 992px) {

    h2 {
        font-size: 28px;
    }

    .home_banner_sec {
        height: 100%;
    }

    .home_banner_sec .banner_content {
        max-width: 100%;
        margin: 100px 0;
    }

    .banner_img_sec {
        text-align: center;
    }

    .banner_after_image {
        position: unset;
      }

    .core_slider_container {
        height: 475px;
        margin: 12px auto auto 0;
    }

    .core_slider_container .slider .slide.next-1 {
        transform: translate3d(0%, -50%, 0) scale3d(.6, .6, 1);
    }

    .core_slider_container .slider .slide.prev-1 {
        transform: translate3d(-100%, -50%, 0px) scale3d(0.6, 0.6, 1);
    }

    .contact_us_sec .wrapper_contact {
        padding: 12px;
    }

    .contact_us_sec .contact_with_us_content {
        padding: 20px;
    }

    .choose_kad_slider_sec .feature_card {
        height: 330px;
        padding: 20px 10px;
    }

    .about_values_section .value_card {
        padding: 10px;
    }

    .about_who_are_sec.common_space {
        padding-bottom: 10px;
    }

    .enterprise_solution_sec .inner_content_box {
        max-width: 600px;
        padding: 14px;
    }

    .about_values_section .value_card {
        padding: 25px;
    }

    .sub_footer_sec a,
    .sub_footer_sec span {
        font-size: 14px;
    }

    .about_banner_section {
        background-position: left;
    }

    footer .primary_button {
        padding: 11px 11px;
        font-size: 14px;
        font-weight: 600;
        border-radius: 5px;
    }
}

@media screen and (max-width: 767px) {

    h2 {
        font-size: 24px;
    }

    .oot_access_sec .oot_sec_img.about_oot_img img {
        height: 300px;
        width: 300px;
        object-fit: cover;
    }

    .core_slider_container .slider {
        width: 375px;
        height: 450px;
    }

    .core_slider_container .dots span {
        width: 23px;
        margin-bottom: 15px;
    }

    .core_slider_container .slider .slide {
        width: 100%;
        height: 374px;
    }

    .core_slider_container .speedotv_content {
        max-width: 300px;
        padding: 5px 5px;
    }

    .choose_kad_slider_sec .card_slider_container.initial {
        padding: 0 50px;
    }

    .about_banner_section {
        background-position: left;
    }

    .about_vision_sec .about_vision_content {
        max-width: 100%;
    }

    .oot_access_sec {
        background-position: right;
    }

    .ott_platform_section .ott_platform_img {
        position: unset !important;
    }

    .ott_platform_section .ott_wrapper {
        padding: 17px 25px;
    }

    .custom_app_sec .broadband_content {
        max-width: 100%;
    }

    .ott_platform_section .inner_content_box {
        margin-bottom: 10px;
    }

    .enterprise_solution_sec .inner_content_box {
        padding: 10px 15px;
        border-radius: 0;
    }

    .about_who_are_sec{
        padding-bottom: 0;
    }
    .contact_form_info,.contact_form_form {
        padding: 40px;
    }
}

@media screen and (max-width: 575px) {

    header #offcanvasDarkNavbar{
        width: 100%;
    }

    .container{
        max-width: 100% !important;
    }
    .core_slider_container .slider {
        width: 336px;
        height: 328px;
    }

    .core_slider_container .slider .slide {
        width: 66%;
        height: 285px;
    }

    .core_brands_slider_sec{
        background-position: 100% 100%;
    }

    .about_banner_section h1{
        font-size: 32px;
    }

    .about_banner_section .banner_content {
        padding: 4rem 0 0;
    }

    .core_slider_container .speedotv_content {
        max-width: 245px;
    }

    .core_slider_container .slider .slide.active {
        width: 80%;
    }

    .core_slider_container {
        height: 363px;
        overflow: hidden;
    }

    .core_slider_container .speedotv_content p {
        font-size: 12px;
    }

    .home_product_sec .feature_card h2 {
        font-size: 20px;
    }

    .footer_sec .footer_menu_content .footer_links a {
        font-size: 14px;
    }

    .footer_sec p {
        font-size: 14px;
    }

    .footer_sec .footer_menu_content h2 {
        font-size: 14px;
    }

    .contact_us_sec .wrapper_contact {
        background-position: top;
    }

    .common_space {
        padding: 50px 0;
    }

    .home_banner_sec .banner_content {
        margin-top: 100px;
    }

    .home_banner_sec .banner_content h1::before {
        left: 79%;
        top: -14%;
        height: 59px;
        width: 59px;
    }

    .home_product_sec .grid_img_one {
        height: 250px;
    }

    .home_product_sec .grid_img_two {
        height: 120px;
    }

    .home_product_sec .grid_img_three {
        height: 120px;
    }

    .choose_kad_slider_sec .card_slider_container.initial {
        padding-left: 5px;
    }

    .choose_kad_slider_sec .card_slider_container.initial {
        padding: 0;
        padding-left: 5px;
    }

    .choose_kad_slider_sec .slick-dots {
        bottom: -24px;
    }

    .contact_us_sec .contact_with_us_content h3 {
        font-size: 16px;
    }

    .contact_us_sec .contact_with_us_content {
        padding: 12px;
    }

    header .navbar-brand img {
        width: 180px;
        object-fit: cover;
    }

    .about_values_section .value_card {
        width: 100%;
    }

    .about_join_section .wrapper_join_sec {
        padding: 14px 12px;
        background-position: bottom;
    }

    .enterprise_solution_sec {
        margin-bottom: 70px;
    }

    .future_sec::before {
        bottom: -5%;
        z-index: -1;
    }

    h1 {
        font-size: 28px;
    }
    h3 {
        font-size: 20px;
    }
    .our_approach_content,
    .our_approach_content,
    .custom_app_sec .our_approach_content {
        max-width: 100%;
    }
    .common_space {
        padding: 70px 0;
    }
    .ott_platform_section {
        padding-top: 80px;
    }
    .privacy_policy_banner_section::after {
        opacity: 0.3;
    }
}

@media screen and (max-width: 420px) {
    .cfi-icon{
        width: 40px;
    }
    .cfi-ul li:not(:last-child){
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .privacy_policy_banner_section {
        min-height: 350px;
        padding: 5rem 0px;
    }
}

@media (max-width: 1199px) {
    .dropdown-content {
        position: static;
        transform: none;
        opacity: 1;
        visibility: visible;
        box-shadow: none;
        background: rgba(248, 249, 250, 0.95);
        margin-top: 0.5rem;
        border-radius: 12px;
        min-width: auto;
        display: block;
    }

    .dropdown-grid {
        grid-template-columns: 1fr;
        gap: 1rem;
    }

    .dropdown-content::before {
        display: none;
    }

    .nav-dropdown:hover .dropdown-content {
        display: block;
    }
    header .navbar-nav .nav-item .nav-link {
        margin: 0 0 27px 0px;
        padding: 0;
    }
    /* header .navbar-nav .nav-item .nav-link:hover::after, header .navbar-nav .nav-item .nav-link.active::after {
        width: 9%;
        left: 0px;
        bottom: 0px;
    } */
     header .navbar-nav .nav-item .nav-link::after {
        left: 0px;
        bottom: -8px;
    }
    header .navbar-nav .nav-item .nav-link:hover::after, header .navbar-nav .nav-item .nav-link.active::after {
        width: 10%;
    }
}

@media screen and (max-width: 1600px) {
    .container {
        max-width: 90%;
    }
}

@media screen and (min-width: 1200px) {
    header .navbar-brand {
        width: 250px;
    }

    header .header_btn_wrapper {
        width: 250px;
    }
}